mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-20 16:43:05 +03:00
- xpath.c xpointer.c: XPointer reorder of ranges start/end and string-range for empty strings - test/XPath/docs/str test/XPath/xptr/chaptersrange test/XPath/xptr/strrange: augmented the XPointer testsuite Daniel
10 lines
250 B
XML
10 lines
250 B
XML
<?xml version="1.0"?>
|
|
<chapter>
|
|
<p>a simple test</p>
|
|
<p>multiple tests</p>
|
|
<p>a diff<em>i</em>cult one</p>
|
|
<p><p>a span</p>n<p>ing one</p></p>
|
|
<p><p>and an unbal</p><empty/>anced test</p>
|
|
<p>for empty string <seq>123</seq></p>
|
|
</chapter>
|