[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Expected token 'eof' encountered '['


Subject: RE: [xsl] Expected token 'eof' encountered '['
From: "Tengshe, Ashish" <Tengshe.Ashish@xxxxxxxxxxxxx>
Date: Wed, 9 Jul 2003 10:39:51 -0500

Solved.
Changed the line to 

<xsl:choose>
   <xsl:when test="genre='Romance'">

though I will like to know why that was happening?
Is '[' an eof token?
Thank you all!
Ashish Tengshe


-----Original Message-----
From: Tengshe, Ashish 
Sent: Wednesday, July 09, 2003 10:15 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Expected token 'eof' encountered '['


I'm getting the following error when trying to transform using MSXML/IE6.0

Expected token 'eof' found '['. .-->[<--genre='Romance']

The code in question is 

<xsl:choose>
   <xsl:when test=".[genre='Romance']">
      <td bgcolor="#ff6666">
  <xsl:value-of select="genre" /></td>	
   </xsl:when>
   <xsl:otherwise>
     <td bgcolor="#ccccff">
  <xsl:value-of select="genre" /></td>	
   </xsl:otherwise>
</xsl:choose>

Can anyone help me solve this?
I don't want to change engines as I need this (XML) to render directly in IE6.0.
I appreciate your help!

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


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



Current Thread