Subject: [xsl] Storing output tree in a variable and stripping From: hallo@xxxxxxxxxxxxx Date: Tue, 19 Oct 2010 21:15:17 +0200 |
<xsl:variable name="outputRaw"> <xsl:apply-templates match="abc"/> <xsl:apply-templates match="def"/> ... </xsl:variable>
<xsl:for-each select="$outputRaw/*[text() | *]"> <xsl:copy-of select="."/> </xsl:for-each>
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
[xsl] [ANN] XML Prague 2011 Call fo, Jim Fuller | Thread | Re: [xsl] Storing output tree in a , Michael Kay |
[xsl] [ANN] XML Prague 2011 Call fo, Jim Fuller | Date | Re: [xsl] Storing output tree in a , Michael Kay |
Month |