mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
* pattern.c, xpath.c, include/libxml/pattern.h: Further enhancement for XPath streaming, consolidated with schemas usage of pattern.c. Added a new enum xmlPatternFlags. * doc/*, testapi.c, elfgcchack.h: updated to reflect new enum. * test/XPath/tests/mixedpat, test/XPath/docs/mixed, result/XPath/mixedpat: added regression test for problems reported in bug306348
8 lines
53 B
Plaintext
8 lines
53 B
Plaintext
s
|
|
s|p1/s
|
|
s|/root/p1/s
|
|
/root/p1/s|s
|
|
//s
|
|
//s|p1
|
|
p1|//s
|