xsl-list
[Top] [All Lists]

Re: [xsl] Create XML

2008-04-17 02:37:20

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,


You'll need to describe what you are doing, to generate 

<Article  id="abc">
     <author type="string">Joan Smith</author>
</Article>

using XSLT you can use the syntax


<Article  id="abc">
     <author type="string">Joan Smith</author>
</Article>

so presumably you have a different problem?

David

--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>