xsl-list
[Top] [All Lists]

Re: XPath syntax error problem

2005-01-21 18:45:18
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(_at_)CraneSoftwrights(_dot_)com
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>