diff options
author | Mike Hommey <glandium@debian.org> | 2006-01-31 19:25:18 +0100 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2006-01-31 19:25:18 +0100 |
commit | c5d565931c4823dc8f62fffcb65aecfec516f7b9 (patch) | |
tree | 9550b0b41e973d707cbbca74333c1b05ab89e5ee /result/XPath/tests/idsimple | |
parent | 0fd83af441e251fc23fc1af7959fd6ecfa105fe1 (diff) | |
download | libxml2-upstream/2.6.23.dfsg.2.tar.gz |
Removing tests and resultsupstream/2.6.23.dfsg.2
Diffstat (limited to 'result/XPath/tests/idsimple')
-rw-r--r-- | result/XPath/tests/idsimple | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/result/XPath/tests/idsimple b/result/XPath/tests/idsimple deleted file mode 100644 index 891b52e..0000000 --- a/result/XPath/tests/idsimple +++ /dev/null @@ -1,33 +0,0 @@ - -======================== -Expression: //*[@id="root"] -Object is a Node Set : -Set contains 1 nodes: -1 ELEMENT EXAMPLE - ATTRIBUTE id - TEXT - content=root - ATTRIBUTE prop1 - TEXT - content=gnome is great - ATTRIBUTE prop2 - TEXT - content=& linux too - -======================== -Expression: //*[@id="chapter2"] -Object is a Node Set : -Set contains 1 nodes: -1 ELEMENT chapter - ATTRIBUTE id - TEXT - content=chapter2 - -======================== -Expression: //*[@id="chapter5"] -Object is a Node Set : -Set contains 1 nodes: -1 ELEMENT chapter - ATTRIBUTE id - TEXT - content=chapter5 |