After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 73363 - Parsing Error
Parsing Error
Status: VERIFIED FIXED
Product: libxslt
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Daniel Veillard
Daniel Veillard
Depends on:
Blocks:
 
 
Reported: 2002-03-04 11:29 UTC by sacerdot
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sacerdot 2002-03-04 11:29:17 UTC
[I am still using the debian-shipped 1.0.6 version.
 I apologize if the bug has already been fixed in newer versions.]

When processing this template:

<xsl:template mode="inline" match="m:apply[m:and|m:or|m:eq|m:neq|m:leq|m:lt
       |m:geq|m:gt|m:plus|m:times|m:divide]">

 I get this parsing error:

 error
 xsltCompileStepPattern : ']' expected

 Other processors (e.g. Xalan) accept it and it is surely allowed by
 the XSLT 1.0 BNF.
Comment 2 Daniel Veillard 2002-03-18 21:44:58 UTC
This should be fixed in the recent releases,

 thanks,

Daniel