|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Concatenating multiple input documents into a single
Hi -
I want to concatenate all of the nodes in a RELAX-NG schema (which is
comprised of multiple included files) into a single node-set. I've tried
something like this:
<xsl:variable name="collection">
<xsl:for-each select="//rng:include">
<xsl:copy-of select="document(@href)" />
</xsl:for-each>
</xsl:variable>
but I only get one node in the resulting variable. Is there a better way to
do this?
Thanks
Chris
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








