diff options
Diffstat (limited to 'doc/example.html')
-rw-r--r-- | doc/example.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/example.html b/doc/example.html index d5f71b0..50668bf 100644 --- a/doc/example.html +++ b/doc/example.html @@ -113,7 +113,8 @@ 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>, |