|
Subject: Re: [xsl] How to transform multiple XML docs with XSLT 2.0 into single doc From: Andriy Gerasika <andriy.gerasika@xxxxxxxxx> Date: Tue, 22 Jun 2010 22:09:22 +0300 |
<xsl:template match="/">
<xsl:for-each select="$data/root/test">
<xsl:for-each select="."/>
perhaps here should be xsl:value-of?? </xsl:for-each>
</xsl:template>
</xsl:stylesheet>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Nodesets in XSLT 1.1 and , Michael Kay | Thread | Re: [xsl] How to transform multiple, Jack Bush |
| Re: [xsl] Nodesets in XSLT 1.1 and , Geert Bormans | Date | Re: [xsl] Nodesets in XSLT 1.1 and , Paul Harvey |
| Month |