GNOME Bugzilla – Bug 73363
Parsing Error
Last modified: 2009-08-15 18:40:50 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.
Dohhh, right it's a bug. Fixed in CVS: http://cvs.gnome.org/bonsai/cvsquery.cgi?module=libxslt&branch=HEAD&branchtype=match&dir=libxslt&file=&filetype=match&who=veillard&whotype=match&sortby=Date&hours=&date=explicit&mindate=03%2F04%2F02+06%3A58&maxdate=03%2F04%2F02+07%3A00&cvsroot=%2Fcvs%2Fgnome thanks for the report ! Daniel
This should be fixed in the recent releases, thanks, Daniel