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

Subject: <xsl:value-of/> is ok while <xsl:value-of select="@*"/> do not work with IE5
From: vincent_garsuault@xxxxxxxxx
Date: Mon, 19 Jun 2000 16:04:41 +0200
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


Current Thread