Commit e28939036281969477d3913a51c001bb7635fe54

Nick Wellnhofer 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