kmx git
login
register
kc3-lang
/
libxml2
/
test/XPath/expr/base
test/XPath/expr/base
Log
Author
Commit
Date
CI
Message
e2893903
2016-04-21T19:19:23
Fix parsing of NCNames in XPath The NCName parser would allow any NameChar as start character. For example, the following XPath expressions would compile: self::-abc self::0abc self::.abc
1566d3a9
1999-07-15T14:24:29
Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and docs, Daniel