I am generating an xml file from a
servlet. That works.
I want to use a XSLT style sheet with the dynamic xml file.
Is that possible?
If I use the style sheet with a static xml file it works fine.
When I generate the xml file dynamically from a servlet (
Tomcat)
I get an error message:
Is this what doesn't work dynamically?
Thanks very much ... Marv