Menu

#47 Cannot parse "*" after "!="

v6.5
closed
nobody
5
2012-10-08
2001-12-14
Michael Kay
No

The XPath parser does not recognize "*" as a wild-card
nametest after a "!=" operator, it is wrongly treated
as a multiplication sign, which causes a syntax error.
The same problem will apply if operator names such
as "and", "div" are used after "!=".

Reported by Jeni Tennison. Applies to 6.5 and all
previous releases. Source code now fixed. New test
added (bug84).

Mike Kay

Discussion

  • Michael Kay

    Michael Kay - 2001-12-21

    Logged In: YES
    user_id=251681

    Cleared in 7.0 - MK

     
  • Michael Kay

    Michael Kay - 2002-02-20

    Logged In: YES
    user_id=251681

    Cleared in 7.0 and in 6.5.1