[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

embedded xslt in Internet Explorer 6.xx /W2K

Subject: embedded xslt in Internet Explorer 6.xx /W2K
From: Alexander Mikhailian <mikhailian@xxxxxxxxxx> (by way of Mulberry Technologies List Owner)
Date: Wed, 15 Sep 2004 17:30:41 -0400
msxml6
Can someone tell why the following xml file  renders the string "test"
in Mozilla but only the string "elementContents" in IE 6.xx?


<?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet href="#xslstyle" type="text/xsl"?> <!DOCTYPE test [ <!ATTLIST xsl:stylesheet id ID #REQUIRED> ]> <test> <xsl:stylesheet id="xslstyle" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template match="test"> <p><xsl:value-of select="local-name()"/></p> </xsl:template> </xsl:stylesheet> <element>elementContents</element> </test>

Could it help to use WD-XSL to enable embedded stylesheet
processing in IE6.xx /W2K?

Does it work in WXP or will it work in Longhorn which is
supposed to intergrate msxml6.0?

BTW, isn't it a question for a FAQ?

--
Alexander Mikhailian

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.