Skip to content

Commit 6cdaa19

Browse files
committed
Rebuild documentation
1 parent b33be8a commit 6cdaa19

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+48158
-12324
lines changed

doc/devhelp/general.html

+19-36
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,21 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<html>
3-
<head>
4-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5-
<title>libxml2: </title>
6-
<meta name="generator" content="Libxml2 devhelp stylesheet"/>
7-
<link rel="start" href="index.html" title="libxml2 Reference Manual"/>
8-
<link rel="up" href="index.html" title="libxml2 Reference Manual"/>
9-
<link rel="stylesheet" href="style.css" type="text/css"/>
10-
<link rel="chapter" href="index.html" title="libxml2 Reference Manual"/>
11-
</head>
12-
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13-
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
14-
<tr valign="middle">
15-
<td>
16-
<a accesskey="u" href="index.html">
17-
<img src="up.png" width="24" height="24" border="0" alt="Up"/>
18-
</a>
19-
</td>
20-
<td>
21-
<a accesskey="h" href="index.html">
22-
<img src="home.png" width="24" height="24" border="0" alt="Home"/>
23-
</a>
24-
</td>
25-
<td>
26-
<a accesskey="n" href="libxml2-HTMLparser.html">
27-
<img src="right.png" width="24" height="24" border="0" alt="Next"/>
28-
</a>
29-
</td>
30-
<th width="100%" align="center">libxml2 Reference Manual</th>
31-
</tr>
32-
</table>
33-
<h2>
34-
<span class="refentrytitle">libxml2 API Modules</span>
35-
</h2>
36-
<p><a href="libxml2-HTMLparser.html">HTMLparser</a> - interface for an HTML 4.0 non-verifying parser<br/><a href="libxml2-HTMLtree.html">HTMLtree</a> - specific APIs to process HTML tree, especially serialization<br/><a href="libxml2-SAX.html">SAX</a> - Old SAX version 1 handler, deprecated<br/><a href="libxml2-SAX2.html">SAX2</a> - SAX2 parser interface used to build the DOM tree<br/><a href="libxml2-c14n.html">c14n</a> - Provide Canonical XML and Exclusive XML Canonicalization<br/><a href="libxml2-catalog.html">catalog</a> - interfaces to the Catalog handling system<br/><a href="libxml2-chvalid.html">chvalid</a> - Unicode character range checking<br/><a href="libxml2-debugXML.html">debugXML</a> - Tree debugging APIs<br/><a href="libxml2-dict.html">dict</a> - string dictionary<br/><a href="libxml2-encoding.html">encoding</a> - interface for the encoding conversion functions<br/><a href="libxml2-entities.html">entities</a> - interface for the XML entities handling<br/><a href="libxml2-globals.html">globals</a> - interface for all global variables of the library<br/><a href="libxml2-hash.html">hash</a> - Chained hash tables<br/><a href="libxml2-list.html">list</a> - lists interfaces<br/><a href="libxml2-nanoftp.html">nanoftp</a> - minimal FTP implementation<br/><a href="libxml2-nanohttp.html">nanohttp</a> - minimal HTTP implementation<br/><a href="libxml2-parser.html">parser</a> - the core parser module<br/><a href="libxml2-parserInternals.html">parserInternals</a> - internals routines and limits exported by the parser.<br/><a href="libxml2-pattern.html">pattern</a> - pattern expression handling<br/><a href="libxml2-relaxng.html">relaxng</a> - implementation of the Relax-NG validation<br/><a href="libxml2-schemasInternals.html">schemasInternals</a> - internal interfaces for XML Schemas<br/><a href="libxml2-schematron.html">schematron</a> - XML Schematron implementation<br/><a href="libxml2-threads.html">threads</a> - interfaces for thread handling<br/><a href="libxml2-tree.html">tree</a> - interfaces for tree manipulation<br/><a href="libxml2-uri.html">uri</a> - library of generic URI related routines<br/><a href="libxml2-valid.html">valid</a> - The DTD validation<br/><a href="libxml2-xinclude.html">xinclude</a> - implementation of XInclude<br/><a href="libxml2-xlink.html">xlink</a> - unfinished XLink detection module<br/><a href="libxml2-xmlIO.html">xmlIO</a> - interface for the I/O interfaces used by the parser<br/><a href="libxml2-xmlautomata.html">xmlautomata</a> - API to build regexp automata<br/><a href="libxml2-xmlerror.html">xmlerror</a> - error handling<br/><a href="libxml2-xmlexports.html">xmlexports</a> - macros for marking symbols as exportable/importable.<br/><a href="libxml2-xmlmemory.html">xmlmemory</a> - interface for the memory allocator<br/><a href="libxml2-xmlmodule.html">xmlmodule</a> - dynamic module loading<br/><a href="libxml2-xmlreader.html">xmlreader</a> - the XMLReader implementation<br/><a href="libxml2-xmlregexp.html">xmlregexp</a> - regular expressions handling<br/><a href="libxml2-xmlsave.html">xmlsave</a> - the XML document serializer<br/><a href="libxml2-xmlschemas.html">xmlschemas</a> - incomplete XML Schemas structure implementation<br/><a href="libxml2-xmlschemastypes.html">xmlschemastypes</a> - implementation of XML Schema Datatypes<br/><a href="libxml2-xmlstring.html">xmlstring</a> - set of routines to process strings<br/><a href="libxml2-xmlunicode.html">xmlunicode</a> - Unicode character APIs<br/><a href="libxml2-xmlversion.html">xmlversion</a> - compile-time version information<br/><a href="libxml2-xmlwriter.html">xmlwriter</a> - text writing API for XML<br/><a href="libxml2-xpath.html">xpath</a> - XML Path Language implementation<br/><a href="libxml2-xpathInternals.html">xpathInternals</a> - internal interfaces for XML Path Language implementation<br/><a href="libxml2-xpointer.html">xpointer</a> - API to handle XML Pointers<br/></p>
37-
</body>
2+
<head>
3+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4+
<title>libxml2: </title>
5+
<meta name="generator" content="Libxml2 devhelp stylesheet">
6+
<link rel="start" href="index.html" title="libxml2 Reference Manual">
7+
<link rel="up" href="index.html" title="libxml2 Reference Manual">
8+
<link rel="stylesheet" href="style.css" type="text/css">
9+
<link rel="chapter" href="index.html" title="libxml2 Reference Manual">
10+
</head>
11+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
12+
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
13+
<td><a accesskey="u" href="index.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
14+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
15+
<td><a accesskey="n" href="libxml2-HTMLparser.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
16+
<th width="100%" align="center">libxml2 Reference Manual</th>
17+
</tr></table>
18+
<h2><span class="refentrytitle">libxml2 API Modules</span></h2>
19+
<p><a href="libxml2-HTMLparser.html">HTMLparser</a> - interface for an HTML 4.0 non-verifying parser<br><a href="libxml2-HTMLtree.html">HTMLtree</a> - specific APIs to process HTML tree, especially serialization<br><a href="libxml2-SAX.html">SAX</a> - Old SAX version 1 handler, deprecated<br><a href="libxml2-SAX2.html">SAX2</a> - SAX2 parser interface used to build the DOM tree<br><a href="libxml2-c14n.html">c14n</a> - Provide Canonical XML and Exclusive XML Canonicalization<br><a href="libxml2-catalog.html">catalog</a> - interfaces to the Catalog handling system<br><a href="libxml2-chvalid.html">chvalid</a> - Unicode character range checking<br><a href="libxml2-debugXML.html">debugXML</a> - Tree debugging APIs<br><a href="libxml2-dict.html">dict</a> - string dictionary<br><a href="libxml2-encoding.html">encoding</a> - interface for the encoding conversion functions<br><a href="libxml2-entities.html">entities</a> - interface for the XML entities handling<br><a href="libxml2-globals.html">globals</a> - interface for all global variables of the library<br><a href="libxml2-hash.html">hash</a> - Chained hash tables<br><a href="libxml2-list.html">list</a> - lists interfaces<br><a href="libxml2-nanoftp.html">nanoftp</a> - minimal FTP implementation<br><a href="libxml2-nanohttp.html">nanohttp</a> - minimal HTTP implementation<br><a href="libxml2-parser.html">parser</a> - the core parser module<br><a href="libxml2-parserInternals.html">parserInternals</a> - internals routines and limits exported by the parser.<br><a href="libxml2-pattern.html">pattern</a> - pattern expression handling<br><a href="libxml2-relaxng.html">relaxng</a> - implementation of the Relax-NG validation<br><a href="libxml2-schemasInternals.html">schemasInternals</a> - internal interfaces for XML Schemas<br><a href="libxml2-schematron.html">schematron</a> - XML Schematron implementation<br><a href="libxml2-threads.html">threads</a> - interfaces for thread handling<br><a href="libxml2-tree.html">tree</a> - interfaces for tree manipulation<br><a href="libxml2-uri.html">uri</a> - library of generic URI related routines<br><a href="libxml2-valid.html">valid</a> - The DTD validation<br><a href="libxml2-xinclude.html">xinclude</a> - implementation of XInclude<br><a href="libxml2-xlink.html">xlink</a> - unfinished XLink detection module<br><a href="libxml2-xmlIO.html">xmlIO</a> - interface for the I/O interfaces used by the parser<br><a href="libxml2-xmlautomata.html">xmlautomata</a> - API to build regexp automata<br><a href="libxml2-xmlerror.html">xmlerror</a> - error handling<br><a href="libxml2-xmlexports.html">xmlexports</a> - macros for marking symbols as exportable/importable.<br><a href="libxml2-xmlmemory.html">xmlmemory</a> - interface for the memory allocator<br><a href="libxml2-xmlmodule.html">xmlmodule</a> - dynamic module loading<br><a href="libxml2-xmlreader.html">xmlreader</a> - the XMLReader implementation<br><a href="libxml2-xmlregexp.html">xmlregexp</a> - regular expressions handling<br><a href="libxml2-xmlsave.html">xmlsave</a> - the XML document serializer<br><a href="libxml2-xmlschemas.html">xmlschemas</a> - incomplete XML Schemas structure implementation<br><a href="libxml2-xmlschemastypes.html">xmlschemastypes</a> - implementation of XML Schema Datatypes<br><a href="libxml2-xmlstring.html">xmlstring</a> - set of routines to process strings<br><a href="libxml2-xmlunicode.html">xmlunicode</a> - Unicode character APIs<br><a href="libxml2-xmlversion.html">xmlversion</a> - compile-time version information<br><a href="libxml2-xmlwriter.html">xmlwriter</a> - text writing API for XML<br><a href="libxml2-xpath.html">xpath</a> - XML Path Language implementation<br><a href="libxml2-xpathInternals.html">xpathInternals</a> - internal interfaces for XML Path Language implementation<br><a href="libxml2-xpointer.html">xpointer</a> - API to handle XML Pointers<br></p>
20+
</body>
3821
</html>

doc/devhelp/index.html

+49-49
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,62 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<html>
3-
<head>
4-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5-
<title>libxml2 Reference Manual</title>
6-
<meta name="generator" content="Libxml2 devhelp stylesheet"/>
7-
<link rel="stylesheet" href="style.css" type="text/css"/>
8-
</head>
9-
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
10-
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
11-
<tr valign="middle">
12-
<td>
13-
<a accesskey="h" href="index.html">
14-
<img src="home.png" width="24" height="24" border="0" alt="Home"/>
15-
</a>
16-
</td>
17-
<td>
18-
<a accesskey="n" href="general.html">
19-
<img src="right.png" width="24" height="24" border="0" alt="Next"/>
20-
</a>
21-
</td>
22-
<th width="100%" align="center">libxml2 Reference Manual</th>
23-
</tr>
24-
</table>
25-
<h2>
26-
<span class="refentrytitle">libxml2 Reference Manual</span>
27-
</h2>
28-
<p>Libxml2 is the XML C parser and toolkit developed for the Gnome project
2+
<head>
3+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4+
<title>libxml2 Reference Manual</title>
5+
<meta name="generator" content="Libxml2 devhelp stylesheet">
6+
<link rel="stylesheet" href="style.css" type="text/css">
7+
</head>
8+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
9+
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
10+
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
11+
<td><a accesskey="n" href="general.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
12+
<th width="100%" align="center">libxml2 Reference Manual</th>
13+
</tr></table>
14+
<h2><span class="refentrytitle">libxml2 Reference Manual</span></h2>
15+
<p>Libxml2 is the XML C parser and toolkit developed for the Gnome project
2916
(but usable outside of the Gnome platform), it is free software available
3017
under the <a href="http://www.opensource.org/licenses/mit-license.html">MIT
3118
License</a>. XML itself is a metalanguage to design markup languages, i.e.
3219
text language where semantic and structure are added to the content using
3320
extra "markup" information enclosed between angle brackets. HTML is the most
3421
well-known markup language. Though the library is written in C, a variety of
3522
language bindings make it available in other environments.</p>
36-
<p>Libxml2 implements a number of existing standards related to markup
23+
<p>Libxml2 implements a number of existing standards related to markup
3724
languages:</p>
38-
<ul>
39-
<li>the XML standard: <a href="http://www.w3.org/TR/REC-xml">http://www.w3.org/TR/REC-xml</a></li>
40-
<li>Namespaces in XML: <a href="http://www.w3.org/TR/REC-xml-names/">http://www.w3.org/TR/REC-xml-names/</a></li>
41-
<li>XML Base: <a href="http://www.w3.org/TR/xmlbase/">http://www.w3.org/TR/xmlbase/</a></li>
42-
<li><a href="http://www.cis.ohio-state.edu/rfc/rfc2396.txt">RFC 2396</a> :
43-
Uniform Resource Identifiers <a href="http://www.ietf.org/rfc/rfc2396.txt">http://www.ietf.org/rfc/rfc2396.txt</a></li>
44-
<li>XML Path Language (XPath) 1.0: <a href="http://www.w3.org/TR/xpath">http://www.w3.org/TR/xpath</a></li>
45-
<li>HTML4 parser: <a href="http://www.w3.org/TR/html401/">http://www.w3.org/TR/html401/</a></li>
46-
<li>XML Pointer Language (XPointer) Version 1.0: <a href="http://www.w3.org/TR/xptr">http://www.w3.org/TR/xptr</a></li>
47-
<li>XML Inclusions (XInclude) Version 1.0: <a href="http://www.w3.org/TR/xinclude/">http://www.w3.org/TR/xinclude/</a></li>
48-
<li>ISO-8859-x encodings, as well as <a href="http://www.cis.ohio-state.edu/rfc/rfc2044.txt">rfc2044</a> [UTF-8]
25+
<ul>
26+
<li>the XML standard: <a href="http://www.w3.org/TR/REC-xml">http://www.w3.org/TR/REC-xml</a>
27+
</li>
28+
<li>Namespaces in XML: <a href="http://www.w3.org/TR/REC-xml-names/">http://www.w3.org/TR/REC-xml-names/</a>
29+
</li>
30+
<li>XML Base: <a href="http://www.w3.org/TR/xmlbase/">http://www.w3.org/TR/xmlbase/</a>
31+
</li>
32+
<li>
33+
<a href="http://www.cis.ohio-state.edu/rfc/rfc2396.txt">RFC 2396</a> :
34+
Uniform Resource Identifiers <a href="http://www.ietf.org/rfc/rfc2396.txt">http://www.ietf.org/rfc/rfc2396.txt</a>
35+
</li>
36+
<li>XML Path Language (XPath) 1.0: <a href="http://www.w3.org/TR/xpath">http://www.w3.org/TR/xpath</a>
37+
</li>
38+
<li>HTML4 parser: <a href="http://www.w3.org/TR/html401/">http://www.w3.org/TR/html401/</a>
39+
</li>
40+
<li>XML Pointer Language (XPointer) Version 1.0: <a href="http://www.w3.org/TR/xptr">http://www.w3.org/TR/xptr</a>
41+
</li>
42+
<li>XML Inclusions (XInclude) Version 1.0: <a href="http://www.w3.org/TR/xinclude/">http://www.w3.org/TR/xinclude/</a>
43+
</li>
44+
<li>ISO-8859-x encodings, as well as <a href="http://www.cis.ohio-state.edu/rfc/rfc2044.txt">rfc2044</a> [UTF-8]
4945
and <a href="http://www.cis.ohio-state.edu/rfc/rfc2781.txt">rfc2781</a>
5046
[UTF-16] Unicode encodings, and more if using iconv support</li>
51-
<li>part of SGML Open Technical Resolution TR9401:1997</li>
52-
<li>XML Catalogs Working Draft 06 August 2001: <a href="http://www.oasis-open.org/committees/entity/spec-2001-08-06.html">http://www.oasis-open.org/committees/entity/spec-2001-08-06.html</a></li>
53-
<li>Canonical XML Version 1.0: <a href="http://www.w3.org/TR/xml-c14n">http://www.w3.org/TR/xml-c14n</a>
54-
and the Exclusive XML Canonicalization CR draft <a href="http://www.w3.org/TR/xml-exc-c14n">http://www.w3.org/TR/xml-exc-c14n</a></li>
55-
<li>Relax NG, ISO/IEC 19757-2:2003, <a href="http://www.oasis-open.org/committees/relax-ng/spec-20011203.html">http://www.oasis-open.org/committees/relax-ng/spec-20011203.html</a></li>
56-
<li>W3C XML Schemas Part 2: Datatypes <a href="http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/">REC 02 May
57-
2001</a></li>
58-
<li>W3C <a href="http://www.w3.org/TR/xml-id/">xml:id</a> Working Draft 7
47+
<li>part of SGML Open Technical Resolution TR9401:1997</li>
48+
<li>XML Catalogs Working Draft 06 August 2001: <a href="http://www.oasis-open.org/committees/entity/spec-2001-08-06.html">http://www.oasis-open.org/committees/entity/spec-2001-08-06.html</a>
49+
</li>
50+
<li>Canonical XML Version 1.0: <a href="http://www.w3.org/TR/xml-c14n">http://www.w3.org/TR/xml-c14n</a>
51+
and the Exclusive XML Canonicalization CR draft <a href="http://www.w3.org/TR/xml-exc-c14n">http://www.w3.org/TR/xml-exc-c14n</a>
52+
</li>
53+
<li>Relax NG, ISO/IEC 19757-2:2003, <a href="http://www.oasis-open.org/committees/relax-ng/spec-20011203.html">http://www.oasis-open.org/committees/relax-ng/spec-20011203.html</a>
54+
</li>
55+
<li>W3C XML Schemas Part 2: Datatypes <a href="http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/">REC 02 May
56+
2001</a>
57+
</li>
58+
<li>W3C <a href="http://www.w3.org/TR/xml-id/">xml:id</a> Working Draft 7
5959
April 2004</li>
60-
</ul>
61-
</body>
60+
</ul>
61+
</body>
6262
</html>

0 commit comments

Comments
 (0)