Re: [xsl] How to transform multiple XML docs with XSLT 2.0 into single doc

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