mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-23 01:52:48 +03:00
- configure.in Makefile.am win32config.h.in: trying to cleanup make distcheck .... huh ... - include/Makefile.am include/win32config.h: new directory for includes - win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp updated teh makefiles and instructions for WIN32 - xpath.c: small fixes - test/XPath/ results/XPath: updated the testcases and results - HTMLparser.c nanohttp.c testXPath.c: incorporated provided or suggested patches - valid.c: fixed an ID bug Daniel
9 lines
286 B
Plaintext
9 lines
286 B
Plaintext
/following::*
|
|
/preceding::*
|
|
/child::EXAMPLE/preceding::*
|
|
/child::EXAMPLE/following::*
|
|
/child::EXAMPLE/child::chapter[3]/preceding::*
|
|
/child::EXAMPLE/child::chapter[3]/following::*
|
|
/child::EXAMPLE/child::chapter[1]/image/preceding::*
|
|
/child::EXAMPLE/child::chapter[1]/image/following::*
|