Commit Verlauf

Autor SHA1 Nachricht Datum
  sergei 8afc5b8ebf + Basic implementation of TXPathNSResolver class, Mantis #25183. vor 11 Jahren
  sergei 22038d7db6 + XPath test suite, implemented possibility to use a specified context node instead of fixed root element. vor 15 Jahren
  sergei 5352b78c4a * XPath, fixed parsing of 'prefix:*' node tests: vor 15 Jahren
  sergei 3bb9bfd2b8 * XPath, fixed parent axis of attribute nodes: it must consist of the owner element of an attribute. vor 15 Jahren
  sergei 1ed130e2e1 * Fixed XPath functions name() and local-name(), which should behave different from DOM properties of the same names. name() is empty for text, comment and document nodes. local-name() is the same as name() for non-prefixed attributes and processing instructions. vor 15 Jahren
  sergei a283bc4f46 xpath.pp: vor 16 Jahren
  sergei a9d9841eee * XPath: number-to-string conversion is now compliant to the specs (no scientific notation, decimal separator is a hardcoded period, correct output values for INF/NAN) + tests. vor 16 Jahren
  sergei 106a605e05 xpath.pp: vor 16 Jahren
  sergei f31d31049e Improved XPath test suite and added some more tests. vor 16 Jahren
  sergei 8c898e963a + Implements XPath function id() + test. Running the test is another story, however, because it requires parsing FilterExpr+'/'+RelativeLocationPath, which is currently not implemented. vor 16 Jahren
  sergei e17ac308e0 Implementation of XPath function lang() + tests. vor 16 Jahren
  sergei b02aededf8 More progress with XPath: vor 16 Jahren
  michael f641281a7e * Patch from Sergei Gorelkin: vor 16 Jahren