[xquery-talk] Comparing XQuery to XSLT

Jason Hunter jhunter at servlets.com
Tue Aug 19 12:45:36 PDT 2003


rick schochler wrote:

> In other words, using xslt, I can use xsl:document or
> xsl:result-document to produce multiple xml, xhtml,
> etc. docs from a single xml source...I don't see an
> obvious way to do this via XQuery.

Here's a query returning two document nodes:

document { <root1/> } , document { <root2/> }

-jh-




More information about the talk mailing list