Hello everybody!
I am doing stylesheets with XSLT 2.0 and I execute they with JAXP (Saxon).
Depends on the result of the templates, I need to write XML elements, for
example, in one File:
<Article id="abc">
<author type="string">Joan Smith</author>
</Article>
Can I do this with JAXP or Saxon? What packages I need to use?
thank you, regards
Izaskun
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--