mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-28 00:21:53 +03:00
2.6.0beta1 changes Fixing attribute normalization, might not be totally
* configure.in doc/* : 2.6.0beta1 changes * SAX2.c hash.c parser.c parserInternals.c: Fixing attribute normalization, might not be totally fixed but this should make sure SAX event provide the right strings for attributes except entities for which libxml2 is different by default This should fix #109564 * result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes in attribute callback values * result/c14n/with-comments/example-4 result/c14n/without-comments/example-4: this also fixes a subtle bug in the canonicalization tests. Daniel
This commit is contained in:
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index A-C for libxml2</h2>
|
<h2>API Alphabetic Index A-C for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index D-E for libxml2</h2>
|
<h2>API Alphabetic Index D-E for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index d-d for libxml2</h2>
|
<h2>API Alphabetic Index d-d for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index e-e for libxml2</h2>
|
<h2>API Alphabetic Index e-e for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index f-f for libxml2</h2>
|
<h2>API Alphabetic Index f-f for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index g-h for libxml2</h2>
|
<h2>API Alphabetic Index g-h for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index i-i for libxml2</h2>
|
<h2>API Alphabetic Index i-i for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index j-l for libxml2</h2>
|
<h2>API Alphabetic Index j-l for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index m-n for libxml2</h2>
|
<h2>API Alphabetic Index m-n for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index o-o for libxml2</h2>
|
<h2>API Alphabetic Index o-o for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index p-p for libxml2</h2>
|
<h2>API Alphabetic Index p-p for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index q-r for libxml2</h2>
|
<h2>API Alphabetic Index q-r for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index F-I for libxml2</h2>
|
<h2>API Alphabetic Index F-I for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index s-s for libxml2</h2>
|
<h2>API Alphabetic Index s-s for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index t-t for libxml2</h2>
|
<h2>API Alphabetic Index t-t for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index u-v for libxml2</h2>
|
<h2>API Alphabetic Index u-v for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index w-x for libxml2</h2>
|
<h2>API Alphabetic Index w-x for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index J-N for libxml2</h2>
|
<h2>API Alphabetic Index J-N for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index O-R for libxml2</h2>
|
<h2>API Alphabetic Index O-R for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index S-T for libxml2</h2>
|
<h2>API Alphabetic Index S-T for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index U-X for libxml2</h2>
|
<h2>API Alphabetic Index U-X for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index Y-a for libxml2</h2>
|
<h2>API Alphabetic Index Y-a for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index b-b for libxml2</h2>
|
<h2>API Alphabetic Index b-b for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>API Alphabetic Index c-c for libxml2</h2>
|
<h2>API Alphabetic Index c-c for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>List of constructors for libxml2</h2>
|
<h2>List of constructors for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>List of Symbols per Module for libxml2</h2>
|
<h2>List of Symbols per Module for libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>List of function manipulating types in libxml2</h2>
|
<h2>List of function manipulating types in libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
@ -15,11 +15,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</head>
|
</head>
|
||||||
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
|
||||||
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
|
||||||
|
<td width="120"><a href="http://swpat.ffii.org/"><img src="epatents.png" alt="Action against software patents"></a></td>
|
||||||
<td width="180">
|
<td width="180">
|
||||||
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
<a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
|
||||||
</td>
|
</td>
|
||||||
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
|
||||||
<h1></h1>
|
<h1>The XML C parser and toolkit of Gnome</h1>
|
||||||
<h2>Alphabetic List of Symbols in libxml2</h2>
|
<h2>Alphabetic List of Symbols in libxml2</h2>
|
||||||
</td></tr></table></td></tr></table></td>
|
</td></tr></table></td></tr></table></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
@ -33,6 +34,20 @@ A:link, A:visited, A:active { text-decoration: underline }
|
|||||||
</form>
|
</form>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
|
<li><a href="FAQ.html">FAQ</a></li>
|
||||||
|
<li><a href="docs.html" style="font-weight:bold">Developer Menu</a></li>
|
||||||
|
<li><a href="bugs.html">Reporting bugs and getting help</a></li>
|
||||||
|
<li><a href="help.html">How to help</a></li>
|
||||||
|
<li><a href="downloads.html">Downloads</a></li>
|
||||||
|
<li><a href="news.html">News</a></li>
|
||||||
|
<li><a href="XMLinfo.html">XML</a></li>
|
||||||
|
<li><a href="XSLT.html">XSLT</a></li>
|
||||||
|
<li><a href="xmldtd.html">Validation & DTDs</a></li>
|
||||||
|
<li><a href="encoding.html">Encodings support</a></li>
|
||||||
|
<li><a href="catalog.html">Catalog support</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="contribs.html">Contributions</a></li>
|
||||||
<li><a href="guidelines.html">XML Guidelines</a></li>
|
<li><a href="guidelines.html">XML Guidelines</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
Reference in New Issue
Block a user