aboutsummaryrefslogtreecommitdiffstats
path: root/doc/html/libxml-xmlIO.html
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-08-15 00:33:43 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-08-15 00:33:43 +0000
commitcfba2fe0bbbdd1158666fc1090c7f48c0fdb00e1 (patch)
treea16ad34df969162fd483ac61e2603e7bcb093453 /doc/html/libxml-xmlIO.html
parentbf1e3d8346db52965e247d4c488111da98f9db03 (diff)
downloadandroid_external_libxml2-cfba2fe0bbbdd1158666fc1090c7f48c0fdb00e1.tar.gz
android_external_libxml2-cfba2fe0bbbdd1158666fc1090c7f48c0fdb00e1.tar.bz2
android_external_libxml2-cfba2fe0bbbdd1158666fc1090c7f48c0fdb00e1.zip
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
Diffstat (limited to 'doc/html/libxml-xmlIO.html')
-rw-r--r--doc/html/libxml-xmlIO.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/libxml-xmlIO.html b/doc/html/libxml-xmlIO.html
index 56564444..704e18cf 100644
--- a/doc/html/libxml-xmlIO.html
+++ b/doc/html/libxml-xmlIO.html
@@ -234,7 +234,7 @@ Create a buffered parser input for progressive parsing</p><p>
(const char *URI,
<a href="libxml-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc);</pre><p>
Create a buffered parser input for the progressive parsing of a file
-If filename is &quot;-' then we use stdin as the input.
+If filename is "-' then we use stdin as the input.
Automatic support for ZLIB/Compress compressed document is provided
by default if found at compile-time.
Do an encoding check if enc == XML_CHAR_ENCODING_NONE</p><p>
@@ -353,7 +353,7 @@ Create a buffered parser output</p><p>
<a href="libxml-encoding.html#xmlCharEncodingHandlerPtr">xmlCharEncodingHandlerPtr</a> encoder,
int compression);</pre><p>
Create a buffered output for the progressive saving of a file
-If filename is &quot;-' then we use stdout as the output.
+If filename is "-' then we use stdout as the output.
Automatic support for ZLIB/Compress compressed document is provided
by default if found at compile-time.
TODO: currently if compression is set, the library only support
@@ -446,8 +446,8 @@ request. Non-static as is called from the output buffer creation routine.</p><p
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>post_uri</tt></i> :</span></td><td> The destination URI for the document
</td></tr><tr><td><span class="term"><i><tt>compression</tt></i> :</span></td><td> The compression desired for the document.
</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlRegisterHTTPPostCallbacks"></a>xmlRegisterHTTPPostCallbacks ()</h3><pre class="programlisting">void xmlRegisterHTTPPostCallbacks (void);</pre><p>
-By default, libxml submits HTTP output requests using the &quot;PUT&quot; method.
-Calling this method changes the HTTP output method to use the &quot;POST&quot;
+By default, libxml submits HTTP output requests using the "PUT" method.
+Calling this method changes the HTTP output method to use the "POST"
method instead.</p><p>
</p></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlNoNetExternalEntityLoader"></a>xmlNoNetExternalEntityLoader ()</h3><pre class="programlisting"><a href="libxml-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> xmlNoNetExternalEntityLoader