[Home] [By Thread] [By Date] [Recent Entries]
Anders Viklund wrote:
Ok, changed to XSLT 2.0, but still the same problem... The main change you need is <xsl:template match="text()"/> to avoid having the default templates output all text nodes. You will then also need to output white space explicitly where you want it e.g. <xsl:template match="*:Type1"> <xsl:value-of select="local-name()"/> <xsl:text>=</xsl:text> <xsl:value-of select="."/> <xsl:text> </xsl:text> </xsl:template> -- Martin Honnen http://msmvps.com/blogs/martin_honnen/
|

Cart



