xsl-list
[Top] [All Lists]

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

2010-06-22 14:09:59


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


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