|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Conditional IE5 xsl
> As far as I can see, MSXML3 doesn't yet support <xsl:call-template> (at Is is supported for XSLT. My guess is that you are using the wrong namespace. You need to use xmlns:xsl="http://www.w3.org/1999/XSL/Transform". <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="html" version="4.0" encoding="UTF-8"/> <xsl:template match="/"> <xsl:call-template name="test"/> </xsl:template> <xsl:template name="test"> test template </xsl:template> </xsl:stylesheet> Rich. XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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
|

Cart








