summaryrefslogtreecommitdiff
path: root/doc/html
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2009-03-01 10:54:49 +0100
committerMike Hommey <glandium@debian.org>2009-03-01 10:54:49 +0100
commit0c8f97ec9edb09da2e0b19c4f9ddf8c725cebc59 (patch)
tree0377a21019ca1b10325934c4b4deaff6f8619396 /doc/html
parent0c1d871e4c5e46a2945cccb2ce765f9be2fe01fb (diff)
downloadlibxml2-0c8f97ec9edb09da2e0b19c4f9ddf8c725cebc59.tar.gz
Import upstream version 2.7.2upstream/2.7.2.dfsg
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/libxml-xmlsave.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/html/libxml-xmlsave.html b/doc/html/libxml-xmlsave.html
index ec9b5da..8609169 100644
--- a/doc/html/libxml-xmlsave.html
+++ b/doc/html/libxml-xmlsave.html
@@ -32,6 +32,9 @@ The content of this structure is not made public by the API.
<a name="XML_SAVE_NO_DECL" id="XML_SAVE_NO_DECL">XML_SAVE_NO_DECL</a> = 2 : drop the xml declaration
<a name="XML_SAVE_NO_EMPTY" id="XML_SAVE_NO_EMPTY">XML_SAVE_NO_EMPTY</a> = 4 : no empty tags
<a name="XML_SAVE_NO_XHTML" id="XML_SAVE_NO_XHTML">XML_SAVE_NO_XHTML</a> = 8 : disable XHTML1 specific rules
+ <a name="XML_SAVE_XHTML" id="XML_SAVE_XHTML">XML_SAVE_XHTML</a> = 16 : force XHTML1 specific rules
+ <a name="XML_SAVE_AS_XML" id="XML_SAVE_AS_XML">XML_SAVE_AS_XML</a> = 32 : force XML serialization on HTML doc
+ <a name="XML_SAVE_AS_HTML" id="XML_SAVE_AS_HTML">XML_SAVE_AS_HTML</a> = 64 : force HTML serialization on XML doc
}
</pre><h3><a name="xmlSaveClose" id="xmlSaveClose"></a>Function: xmlSaveClose</h3><pre class="programlisting">int xmlSaveClose (<a href="libxml-xmlsave.html#xmlSaveCtxtPtr">xmlSaveCtxtPtr</a> ctxt)<br />
</pre><p>Close a document saving context, i.e. make sure that all bytes have been output and free the associated data.</p>