This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XSLNS Issues in IE5.5


Without commenting on syntax of below XSL, I think
your problem is http://www.netcrucible.com/xslt/msxml-faq.htm#Q3.

> -----Original Message-----
> From: Krister Ungerboeck [mailto:KristerU@ungerboeck.com]
> Sent: Sunday, July 23, 2000 2:35 PM
> To: XSL-List@mulberrytech.com
> Subject: XSLNS Issues in IE5.5
> 
> 
> If I replace the first line in the xsl file below with the 
> following line,
> then I see nothing when I view the XML file in IE5.5
> 
> <HTML xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
> 
> I am running IE 5.5 production version (just downloaded today) and my
> MSXML3.dll is dated 5/9/00.
> 
> ==========
> 
> <HTML xmlns:xsl="http://www.w3.org/TR/WD-xsl">
> 
> <BODY>
> 
> <xsl:for-each select="//EV200_EVENT_MASTER/EV700_FUNC_MASTER">
>     <b><xsl:value-of select="EV700_FUNC_DESC"/></b>
> </xsl:for-each>
> 
> </BODY>
> 
> </HTML>
>  
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]