Yes, you can use a different XSL template for each collection, either through the URL parameter or as a hidden form field.
Example :
http://localhost:8080/searchblox/servlet/SearchServlet?query=searchblox&xsl=graphic.xsl
or
place the HTML code
<input type='hidden' name='xsl' value='graphic.xsl'>
within the search form.
Related Topics:
How do I open the search results in regular search (default.xsl) in a new window?
Can I limit a search to specified collections in regular search?
Comments
0 comments
Please sign in to leave a comment.