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

Subject: RE: [xsl] Expected token 'eof' encountered '['
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 09 Jul 2003 12:13:55 -0400
At 2003-07-09 10:39 -0500, Tengshe, Ashish wrote:
Solved.
Changed the line to

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

though I will like to know why that was happening?
...
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']">

The XPath location step syntax of "." is a step abbreviation for "self::node()". One cannot add predicates to a step abbreviation.


I hope this helps.

................. Ken

--
Upcoming hands-on courses: in-house corporate training available;
North America public:  XSL-FO Aug 4,2003; XSLT/XPath Aug 12, 2003

G. Ken Holman                mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.         http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0   +1(613)489-0999 (F:-0995)
ISBN 0-13-065196-6                      Definitive XSLT and XPath
ISBN 0-13-140374-5                              Definitive XSL-FO
ISBN 1-894049-08-X  Practical Transformation Using XSLT and XPath
ISBN 1-894049-11-X              Practical Formatting Using XSL-FO
Member of the XML Guild of Practitioners:    http://XMLGuild.info
Male Breast Cancer Awareness http://www.CraneSoftwrights.com/s/bc


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



Current Thread