Re: Using Java to produce HTML like a php script



spudtheimpaler@xxxxxxxxx wrote:
So my question is are there any tools / apis that are good at
outputting xml in a web page/server setting for java?

It is a bit unclear what you want to do, but basically if you need xml output you :
1. don't need any library at all
2. you can use XMLSQL (not related to Java)
3. You can process (extract information from) XML using SAX and DOM in Java or use XSTL, XQuery



-- Mladen Adamovic http://home.blic.net/adamm .