This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
forked from elharo/xom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoverview.html
41 lines (35 loc) · 1.62 KB
/
overview.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<p>
XOM is a new XML Object Model
for processing XML with Java
that strives for correctness and simplicity.
It is unique in providing a simultaneous tree and streaming
model of XML documents that enables it to process documents
of arbitrary size regardless of available memory.
It supports XPath, XSLT, XInclude, Namespaces, and Canonical XML.
XOM is not complete unto itself. It depends on an underlying SAX parser
to read documents and feed the data into a tree structure.
</p>
<p>
XOM is published under <a href="http://www.xom.nu/license.xhtml">version
2.1 of the GNU Lesser General Public License</a>.
</p>
<h2>About XOM</h2>
<ul>
<li><a href="http://www.xom.nu/install.xhtml">Installation Instructions</a></li>
<li><a href="http://www.xom.nu/">XOM Home Page</a></li>
<li><a href="http://lists.ibiblio.org/mailman/listinfo/xom-interest">Mailing List</a></li>
<li><a href="http://www.xom.nu/tutorial.xhtml">Tutorial</a></li>
<li><a href="http://www.xom.nu/faq.xhtml">FAQ</a></li>
<li><a href="http://www.xom.nu/designprinciples.xhtml">Design Principles</a></li>
<li><a href="http://www.xom.nu/futuredirections.xhtml">Future Directions</a></li>
<li><a href="http://www.xom.nu/license.xhtml">License and Copyright</a></li>
</ul>
<hr />
<div style="text-align: center">[ <a href="http://www.cafeconleche.org/">Cafe con Leche</a> |
<a href="http://www.cafeaulait.org/">Cafe au Lait</a> ]</div>
</body>
</html>