summaryrefslogtreecommitdiff
path: root/doc/example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/example.html')
-rw-r--r--doc/example.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/example.html b/doc/example.html
index 50668bf..d5f71b0 100644
--- a/doc/example.html
+++ b/doc/example.html
@@ -113,8 +113,7 @@ DEBUG("parsePerson\n");
}
return(ret);
-}</pre><p>Here are a couple of things to notice:</p><ul>
- <li>Usually a recursive parsing style is the more convenient one: XML data
+}</pre><p>Here are a couple of things to notice:</p><ul><li>Usually a recursive parsing style is the more convenient one: XML data
is by nature subject to repetitive constructs and usually exhibits highly
structured patterns.</li>
<li>The two arguments of type <em>xmlDocPtr</em> and <em>xmlNsPtr</em>,