1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00
Files
libxml2/test/XPath/docs/chapters

29 lines
616 B
XML

<?xml version="1.0"?>
<EXAMPLE prop1="gnome is great" prop2="&amp; linux too">
<head>
<title>Welcome to Gnome</title>
</head>
<chapter>
<title>The Linux adventure</title>
<p>bla bla bla ...</p>
<image href="linus.gif"/>
<p>...</p>
</chapter>
<chapter>
<title>Chapter 2</title>
<p>this is chapter 2 ...</p>
</chapter>
<chapter>
<title>Chapter 3</title>
<p>this is chapter 3 ...</p>
</chapter>
<chapter>
<title>Chapter 4</title>
<p>this is chapter 4 ...</p>
</chapter>
<chapter>
<title>Chapter 5</title>
<p>this is chapter 5 ...</p>
</chapter>
</EXAMPLE>