[
Lists Home |
Date Index |
Thread Index
]
I have an XML document that I want to output as SVG. Is it better to use
XSL/XSLT than to use JSP/JavaBeans to generate the final document. The
XML document contains tags that I don't want in the final document like
"<rowset>" so I have to just include parts of it.
-Christer
|