Doug Cutting commented on NUTCH-42: -----------------------------------
I prefer we have a servlet that generates only XML, and then generate HTML from this XML. Do you dislike that approach for some reason?
no, not at all. I much more prefer a servlet. I have a servlet which I use for a meta search engine and could change it for the purposes of Nutch.
It currently offers the following three variations:
1) "pure" XML (plus <?xml-stylesheet ... which might be executed on the client side)
That's currently implemented, without the <?xml-stylesheet.
2) HTML, but which is generated out of the XML based on a server side XSLT
This we need to add. Most users of Nutch will probably tweak it, but a good example would be nice to have in SVN.
3) div-like HTML with a CSS
This could also be generated server-side with XSLT, from the same XML, no? It's just another example, right?
Doug
