preparing libxml2-2.5.10 release updated the doc and rebuilt Daniel
* News configure.in: preparing libxml2-2.5.10 release
* doc/* : updated the doc and rebuilt
Daniel
diff --git a/doc/html/libxml-uri.html b/doc/html/libxml-uri.html
index 4b271e5..8e32519 100644
--- a/doc/html/libxml-uri.html
+++ b/doc/html/libxml-uri.html
@@ -93,7 +93,7 @@
</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlParseURI"></a>xmlParseURI ()</h3><pre class="programlisting"><a href="libxml-uri.html#xmlURIPtr">xmlURIPtr</a> xmlParseURI (const char *str);</pre><p>
Parse an URI
</p><p>
-URI-reference = [ absoluteURI | relativeURI ] [ "#" fragment ]</p><p>
+URI-reference = [ absoluteURI | relativeURI ] [ "#" fragment ]</p><p>
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>str</tt></i> :</span></td><td> the URI string to analyze
</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>a newly build xmlURIPtr or NULL in case of error
@@ -102,7 +102,7 @@
Parse an URI reference string and fills in the appropriate fields
of the <i><tt>uri</tt></i> structure
</p><p>
-URI-reference = [ absoluteURI | relativeURI ] [ "#" fragment ]</p><p>
+URI-reference = [ absoluteURI | relativeURI ] [ "#" fragment ]</p><p>
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>uri</tt></i> :</span></td><td> pointer to an URI structure
</td></tr><tr><td><span class="term"><i><tt>str</tt></i> :</span></td><td> the string to analyze