> I'm trying to find a class/method (possibly xalan) that will take an
> org.w3c.dom.Document as an arg which will include an <?xml:stylesheet?>
> processing instruction and have an ouput of html. I need to have this
> done on the fly without the xml doc saved in a directory....any
> suggestions??
Xalan will do the job for you. Check out the TRaX APIs; they are exactly
what you want. In a nutshell, you want to set up Xalan as a TRaX
"Transformer" with a DOMSource inbound. There are example, API docs, etc.
at http://xml.apache.org.
-- Paul
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>