[xsl] Create XML

Subject: [xsl] Create XML
From: IZASKUN GUTIERREZ GUTIERREZ <igutierrez027@xxxxxxxxxxxxx>
Date: Thu, 17 Apr 2008 11:33:18 +0200
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

Current Thread