Imported Upstream version 2.91.2
[platform/upstream/libxml++.git] / docs / manual / html / index.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>libxml++ - An XML Parser for C++</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
6 <meta name="description" content="This is an introduction to libxml2's C++ binding, with simple examples.">
7 <link rel="home" href="index.html" title="libxml++ - An XML Parser for C++">
8 <link rel="next" href="chapter-introduction.html" title="Chapter 1. libxml++">
9 </head>
10 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
11 <div class="navheader">
12 <table width="100%" summary="Navigation header">
13 <tr><th colspan="3" align="center">libxml++ - An XML Parser for C++</th></tr>
14 <tr>
15 <td width="20%" align="left"> </td>
16 <th width="60%" align="center"> </th>
17 <td width="20%" align="right"> <a accesskey="n" href="chapter-introduction.html">Next</a>
18 </td>
19 </tr>
20 </table>
21 <hr>
22 </div>
23 <div lang="en" class="book">
24 <div class="titlepage">
25 <div>
26 <div><h1 class="title">
27 <a name="index"></a>libxml++ - An XML Parser for C++</h1></div>
28 <div><div class="author">
29 <h3 class="author">
30 <span class="firstname">Murray</span> <span class="surname">Cumming</span>
31 </h3>
32 <div class="affiliation"><div class="address"><p><code class="email">&lt;<a class="email" href="mailto:murrayc@murrayc.com">murrayc@murrayc.com</a>&gt;</code></p></div></div>
33 </div></div>
34 <div><div class="abstract">
35 <p class="title"><b>Abstract</b></p>
36 <p>This is an introduction to libxml2's C++ binding, with simple examples.</p>
37 </div></div>
38 </div>
39 <hr>
40 </div>
41 <div class="toc">
42 <p><b>Table of Contents</b></p>
43 <ul class="toc">
44 <li>
45 <span class="chapter"><a href="chapter-introduction.html">1. libxml++</a></span><ul>
46 <li><span class="sect1"><a href="chapter-introduction.html#idp84449760">Installation</a></span></li>
47 <li><span class="sect1"><a href="ch01s02.html">UTF-8 and Glib::ustring</a></span></li>
48 <li><span class="sect1"><a href="ch01s03.html">Compilation and Linking</a></span></li>
49 </ul>
50 </li>
51 <li>
52 <span class="chapter"><a href="chapter-parsers.html">2. Parsers</a></span><ul>
53 <li><span class="sect1"><a href="chapter-parsers.html#idp89431456">DOM Parser</a></span></li>
54 <li><span class="sect1"><a href="ch02s02.html">SAX Parser</a></span></li>
55 <li><span class="sect1"><a href="ch02s03.html">TextReader Parser</a></span></li>
56 </ul>
57 </li>
58 </ul>
59 </div>
60 </div>
61 <div class="navfooter">
62 <hr>
63 <table width="100%" summary="Navigation footer">
64 <tr>
65 <td width="40%" align="left"> </td>
66 <td width="20%" align="center"> </td>
67 <td width="40%" align="right"> <a accesskey="n" href="chapter-introduction.html">Next</a>
68 </td>
69 </tr>
70 <tr>
71 <td width="40%" align="left" valign="top"> </td>
72 <td width="20%" align="center"> </td>
73 <td width="40%" align="right" valign="top"> Chapter 1. libxml++</td>
74 </tr>
75 </table>
76 </div>
77 </body>
78 </html>