book1.html revision 80ce373e9ae7340ad2165f243c47071291ccb9e1
1<HTML 2><HEAD 3><TITLE 4>Gnome XML Library Reference Manual</TITLE 5><META 6NAME="GENERATOR" 7CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+ 8"><LINK 9REL="NEXT" 10TITLE="Libxml Programming Notes" 11HREF="libxml-notes.html"></HEAD 12><BODY 13CLASS="BOOK" 14BGCOLOR="#FFFFFF" 15TEXT="#000000" 16LINK="#0000FF" 17VLINK="#840084" 18ALINK="#0000FF" 19><DIV 20CLASS="BOOK" 21><DIV 22CLASS="TITLEPAGE" 23><TABLE 24WIDTH="100%" 25BORDER="0" 26BGCOLOR="#000000" 27CELLPADDING="1" 28CELLSPACING="0" 29><TR 30><TH 31ALIGN="center" 32VALIGN="center" 33><FONT 34COLOR="#FFFFFF" 35SIZE="7" 36><P 37CLASS="TITLE" 38><A 39NAME="AEN2" 40>Gnome XML Library Reference Manual</A 41></P 42></FONT 43></TH 44></TR 45></TABLE 46><H3 47CLASS="AUTHOR" 48><A 49NAME="AEN5">Daniel Veillard</H3 50><DIV 51CLASS="AFFILIATION" 52><DIV 53CLASS="ADDRESS" 54><P 55CLASS="ADDRESS" 56> daniel@veillard.com<br> 57 </P 58></DIV 59></DIV 60><P 61CLASS="COPYRIGHT" 62>Copyright © 1999 by Daniel Veillard</P 63><DIV 64><DIV 65CLASS="ABSTRACT" 66><A 67NAME="AEN18"><P 68></P 69><P 70>This manual documents the interfaces of the libxml 71 library and has some short notes to help get you up to speed 72 with using the library.</P 73><P 74></P 75></DIV 76></DIV 77><DIV 78CLASS="LEGALNOTICE" 79><A 80NAME="AEN14"><P 81></P 82><P 83>Permission is granted to make and distribute verbatim 84 copies of this manual provided the copyright notice and this 85 permission notice are preserved on all copies.</P 86><P 87>Permission is granted to copy and distribute modified 88 versions of this manual under the conditions for verbatim 89 copying, provided also that the entire resulting derived work is 90 distributed under the terms of a permission notice identical to 91 this one.</P 92><P 93>Permission is granted to copy and distribute translations 94 of this manual into another language, under the above conditions 95 for modified versions.</P 96><P 97></P 98></DIV 99></DIV 100><DIV 101CLASS="TOC" 102><DL 103><DT 104><B 105>Table of Contents</B 106></DT 107><DT 108><A 109HREF="libxml-notes.html" 110>Libxml Programming Notes</A 111></DT 112><DT 113><A 114HREF="libxml-lib.html" 115>Libxml Library Reference</A 116></DT 117><DD 118><DL 119><DT 120><A 121HREF="libxml-parser.html" 122>parser</A 123> -- </DT 124><DT 125><A 126HREF="libxml-sax.html" 127>SAX</A 128> -- </DT 129><DT 130><A 131HREF="libxml-tree.html" 132>tree</A 133> -- </DT 134><DT 135><A 136HREF="libxml-entities.html" 137>entities</A 138> -- </DT 139><DT 140><A 141HREF="libxml-valid.html" 142>valid</A 143> -- </DT 144><DT 145><A 146HREF="libxml-uri.html" 147>uri</A 148> -- </DT 149><DT 150><A 151HREF="libxml-xmlerror.html" 152>xmlerror</A 153> -- </DT 154><DT 155><A 156HREF="libxml-htmlparser.html" 157>HTMLparser</A 158> -- </DT 159><DT 160><A 161HREF="libxml-htmltree.html" 162>HTMLtree</A 163> -- </DT 164><DT 165><A 166HREF="libxml-xpath.html" 167>xpath</A 168> -- </DT 169><DT 170><A 171HREF="libxml-xpathinternals.html" 172>xpathInternals</A 173> -- </DT 174><DT 175><A 176HREF="libxml-xpointer.html" 177>xpointer</A 178> -- </DT 179><DT 180><A 181HREF="libxml-xinclude.html" 182>xinclude</A 183> -- </DT 184><DT 185><A 186HREF="libxml-nanohttp.html" 187>nanohttp</A 188> -- </DT 189><DT 190><A 191HREF="libxml-nanoftp.html" 192>nanoftp</A 193> -- </DT 194><DT 195><A 196HREF="libxml-xmlio.html" 197>xmlIO</A 198> -- </DT 199><DT 200><A 201HREF="libxml-catalog.html" 202>catalog</A 203> -- </DT 204><DT 205><A 206HREF="libxml-c14n.html" 207>c14n</A 208> -- </DT 209><DT 210><A 211HREF="libxml-threads.html" 212>threads</A 213> -- </DT 214><DT 215><A 216HREF="libxml-globals.html" 217>globals</A 218> -- </DT 219><DT 220><A 221HREF="libxml-docbparser.html" 222>DOCBparser</A 223> -- </DT 224><DT 225><A 226HREF="libxml-parserinternals.html" 227>parserInternals</A 228> -- </DT 229><DT 230><A 231HREF="libxml-encoding.html" 232>encoding</A 233> -- </DT 234><DT 235><A 236HREF="libxml-hash.html" 237>hash</A 238> -- </DT 239><DT 240><A 241HREF="libxml-debugxml.html" 242>debugXML</A 243> -- </DT 244><DT 245><A 246HREF="libxml-xmlmemory.html" 247>xmlmemory</A 248> -- </DT 249><DT 250><A 251HREF="libxml-xmlregexp.html" 252>xmlregexp</A 253> -- </DT 254><DT 255><A 256HREF="libxml-xmlautomata.html" 257>xmlautomata</A 258> -- </DT 259><DT 260><A 261HREF="libxml-xmlunicode.html" 262>xmlunicode</A 263> -- </DT 264><DT 265><A 266HREF="libxml-xmlschemas.html" 267>xmlschemas</A 268> -- </DT 269><DT 270><A 271HREF="libxml-xmlschemastypes.html" 272>xmlschemastypes</A 273> -- </DT 274><DT 275><A 276HREF="libxml-schemasinternals.html" 277>schemasInternals</A 278> -- </DT 279></DL 280></DD 281></DL 282></DIV 283></DIV 284><DIV 285CLASS="NAVFOOTER" 286><BR 287CLEAR="all"><BR><TABLE 288WIDTH="100%" 289BORDER="0" 290BGCOLOR="#000000" 291CELLPADDING="1" 292CELLSPACING="0" 293><TR 294><TD 295WIDTH="25%" 296BGCOLOR="#C00000" 297ALIGN="left" 298> </TD 299><TD 300WIDTH="25%" 301BGCOLOR="#0000C0" 302ALIGN="center" 303><FONT 304COLOR="#FFFFFF" 305SIZE="3" 306><B 307> </B 308></FONT 309></TD 310><TD 311WIDTH="25%" 312BGCOLOR="#00C000" 313ALIGN="center" 314><FONT 315COLOR="#FFFFFF" 316SIZE="3" 317><B 318> </B 319></FONT 320></TD 321><TD 322WIDTH="25%" 323BGCOLOR="#C00000" 324ALIGN="right" 325><A 326HREF="libxml-notes.html" 327><FONT 328COLOR="#FFFFFF" 329SIZE="3" 330><B 331>Next Page >>></B 332></FONT 333></A 334></TD 335></TR 336><TR 337><TD 338COLSPAN="2" 339ALIGN="left" 340> </TD 341><TD 342COLSPAN="2" 343ALIGN="right" 344><FONT 345COLOR="#FFFFFF" 346SIZE="3" 347><B 348>Libxml Programming Notes</B 349></FONT 350></TD 351></TR 352></TABLE 353></DIV 354></BODY 355></HTML 356>