Re: [xsl] XPath syntax error problem

Subject: Re: [xsl] XPath syntax error problem
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 21 Jan 2005 20:45:18 -0500
At 2005-01-21 19:32 -0600, Kenneth Stephen wrote:
<xsl:if test="count(//*[substring-after(@ref,':') = $elementName] = 0">

    On execution, Saxon (and Xalan too) complain about a syntax error
on the outermost "xsl:if" . The Saxon error is shown below :

  XPath syntax error in {...(@ref,':') = $elementName] ...}:
    expected ")", found "<eof>"

You are missing a right-bracket that ends your count function argument.


I hope this helps.

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

--
World-wide on-site corporate, govt. & user group XML/XSL training.
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)
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal

Current Thread