|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Transforming xml with any namespace
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/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






