sergei
|
3bb9bfd2b8
* XPath, fixed parent axis of attribute nodes: it must consist of the owner element of an attribute.
|
15 years ago |
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.
|
15 years ago |
sergei
|
a283bc4f46
xpath.pp:
|
16 years ago |
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.
|
16 years ago |
sergei
|
106a605e05
xpath.pp:
|
16 years ago |
sergei
|
f31d31049e
Improved XPath test suite and added some more tests.
|
16 years ago |
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.
|
16 years ago |
sergei
|
e17ac308e0
Implementation of XPath function lang() + tests.
|
16 years ago |
sergei
|
b02aededf8
More progress with XPath:
|
16 years ago |
michael
|
f641281a7e
* Patch from Sergei Gorelkin:
|
16 years ago |