xsl-list
[Top] [All Lists]

RE: Expected token 'eof' encountered '['

2003-07-09 08:39:51
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(_at_)lists(_dot_)mulberrytech(_dot_)com
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