doc/example.html fixing typo

Tue Apr  2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>

	* doc/example.html
	fixing typo
This commit is contained in:
MST 2002 John Fleck 2002-04-03 03:28:57 +00:00 committed by John Fleck
parent b2fb8ed158
commit 823e5b2a99
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
* doc/example.html
fixing typo
Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
* xpath.c: fixed a bug in the nodeset to boolean comparison code

View File

@ -147,7 +147,7 @@ base</a>:</p>
&lt;/gjob:Jobs&gt;
&lt;/gjob:Helping&gt;</pre>
<p>While loading the XML file into an internal DOM tree is a matter of
calling only a couple of functions, browsing the tree to gather the ata and
calling only a couple of functions, browsing the tree to gather the data and
generate the internal structures is harder, and more error prone.</p>
<p>The suggested principle is to be tolerant with respect to the input
structure. For example, the ordering of the attributes is not significant,