libxml2/result/pattern/namespaces
Daniel Veillard 0996a162c9 fixed the namespaces support fixed xmlGetNodePath when namespaces are used
* pattern.c: fixed the namespaces support
* tree.c: fixed xmlGetNodePath when namespaces are used
* result/pattern/multiple result/pattern/namespaces
  test/pattern/multiple.* test/pattern/namespaces.*: added
  more regression tests
Daniel
2005-02-05 14:00:10 +00:00

21 lines
687 B
Plaintext

Node /a matches pattern //a
Node /a/b:b/a matches pattern //a
Node /a/a/a matches pattern //a
Node /a/a:a matches pattern //a:a
Node /a/b:b/a/a:a matches pattern //a:a
Node /a/a matches pattern //a:a
Node /a/c:a matches pattern //a:a
Node /a/b matches pattern //b
Node /a/a:a/b:b matches pattern //b:b
Node /a/b:b matches pattern //b:b
Node /a/b:b/a/a:a/b:b matches pattern //b:b
Node /a/b:b/a matches pattern /a//a
Node /a/a/a matches pattern /a//a
Node /a/b matches pattern /a/b
Node /a/a:a matches pattern /a/a:a
Node /a/a matches pattern /a/a:a
Node /a/c:a matches pattern /a/a:a
Node /a/a:a matches pattern /a/c:a
Node /a/a matches pattern /a/c:a
Node /a/c:a matches pattern /a/c:a