By runeveryday on
how to pager the xml page's result(example.com/sitemap.xml) which generated by the module XML sitemap(http://drupal.org/project/xmlsitemap). thnak you.
how to pager the xml page's result(example.com/sitemap.xml) which generated by the module XML sitemap(http://drupal.org/project/xmlsitemap). thnak you.
Comments
Don't think you can
I think the XML output you get from XML Sitemap is completely outside Drupal – it's just a static file. How it is rendered (or paged) is up to your browser/XML reader.
If you want an index of your site in a paged way, I suggest looking into the Views module (http://drupal.org/project/views).
Good luck!
//Johan Falk, NodeOne, Sweden
The generated sitemap XML
The generated sitemap XML from the module will only create pages when there are a lot of links on your site. The sitemaps.org specification says you can have up to 50,000 links on one sitemap page before you need more than one XML page.