Tag
Hash :
1566d3a9
Author :
Date :
1999-07-15T14:24:29
Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and docs, Daniel
<?xml version="1.0"?>
<EXAMPLE prop1="gnome is great" prop2="& 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>