I set the html option for my index, and now I want to switch to xml. How to do this without reindexing? Thanks.
Announcement
Collapse
No announcement yet.
switch to XML/RSS output without reindexing
Collapse
X
-
From the help file,
-=-=-=-=-
You can switch between HTML and XML/RSS output via a URL parameter of "zoom_xml".
So the following URL would display search results for "dog" in HTML:
search.cgi?zoom_query=dog&zoom_xml=0
And the following URL would display search results for "dog" in XML/RSS:
search.cgi?zoom_query=dog&zoom_xml=1
-=-=-=-=-
Comment