diff options
| author | Daniel Veillard <veillard@src.gnome.org> | 2000-10-01 20:28:44 +0000 |
|---|---|---|
| committer | Daniel Veillard <veillard@src.gnome.org> | 2000-10-01 20:28:44 +0000 |
| commit | 8b5dd83f46fbde6ed895ae00077040ccae8434aa (patch) | |
| tree | 56b21045d77931112bf2669077f71885088336ab /result/XPath/tests/usr1check | |
| parent | bc765307ffed746e57f669fc4d38925f32b776f3 (diff) | |
| download | platform_external_libxml2-8b5dd83f46fbde6ed895ae00077040ccae8434aa.tar.gz platform_external_libxml2-8b5dd83f46fbde6ed895ae00077040ccae8434aa.tar.bz2 platform_external_libxml2-8b5dd83f46fbde6ed895ae00077040ccae8434aa.zip | |
- configure.in: releasing 2.2.4
- parser.[ch]: added xmlStrEqual()
- HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
use xmlStrEqual instead
- TODO: updated
- added an XPath test
Daniel
Diffstat (limited to 'result/XPath/tests/usr1check')
| -rw-r--r-- | result/XPath/tests/usr1check | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/result/XPath/tests/usr1check b/result/XPath/tests/usr1check new file mode 100644 index 00000000..989b79fe --- /dev/null +++ b/result/XPath/tests/usr1check @@ -0,0 +1,9 @@ +Object is a Node Set : +Set contains 1 nodes: +1 ELEMENT ITEM + ATTRIBUTE monto + TEXT + content=50.12 + ATTRIBUTE divisa + TEXT + content=DOL |
