git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@225904 13f79535-47bb-0310-9956-ffa450edef68
40 lines
1.2 KiB
HTML
40 lines
1.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>SAX 2.0/Java</title>
|
|
<link rel="stylesheet" type="text/css" href="sax-style.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<h1>SAX 2.0/Java</h1>
|
|
|
|
<blockquote>
|
|
<p class="copyright">This document is in the Public Domain.</p>
|
|
</blockquote>
|
|
|
|
<p>SAX2 is a new Java-based release of SAX, the <cite>Simple API for
|
|
XML</cite>. A C++ version (at least) is planned as well. SAX2
|
|
introduces configurable features and properties and adds support for
|
|
XML Namespaces; it includes adapters so that SAX1 parsers and
|
|
applications can interoperate with SAX2.</p>
|
|
|
|
<ul>
|
|
<li><a href="quick-start.html">Quick start</a></li>
|
|
<li><a href="changes.html">Changes from SAX 1.0</a></li>
|
|
<li><a href="features.html">Features and Properties</a></li>
|
|
<li><a href="namespaces.html">Namespaces</a></li>
|
|
<li><a href="filters.html">Filters</a></li>
|
|
<li><a href="javadoc/index.html">API Documentation</a></li>
|
|
<li><a href="http://www.megginson.com/SAX/Java/sax2.zip"
|
|
>Download SAX 2.0 final release for Java</a></li>
|
|
</ul>
|
|
|
|
<hr />
|
|
|
|
<address>$Id$</address>
|
|
|
|
</body>
|
|
</html>
|