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]

<xsl:value-of/> is ok while <xsl:value-of select="@*"/> do not work with IE5



Hello,
I Have something strange:

<xsl:choose>
       <xsl:when match="@Name">
         <SPAN
class="vgaSimpleStyle"><xsl:value-of/>_________________</SPAN>
         <SPAN class="vgaSimpleStyle">AAA<xsl:value-of
select="@Name"/>BBBB</SPAN>
       </xsl:when>
     <xsl:otherwise>
       . . . .
     </xsl:otherwise>
      </xsl:choose>

The IE5 output do not contain anything between AAA and BBB!

I tried several combinations likes @*, *[*], .... but nothing works.

The header of my xsl stylesheet contains (maybe it's related)
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"
                xmlns:dt="urn:schemas-microsoft-com:datatypes"
                xmlns:d2="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">

Can anybody help?

Tahnks in advance
Vincent



 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]