Added links to JDOM, Xerces, and Xalan.

This commit is contained in:
dchandler 2002-10-06 20:46:33 +00:00
parent 0dc02e63ef
commit 7f58884706

View file

@ -72,6 +72,21 @@
<a href="http://www.javageeks.com/Papers/ClassForName/">
this JavaGeeks white paper</a>.
</li>
<li>
Our Java code uses XML. We use
<a href="http://jdom.org/">
JDOM</a>,
<a href="http://xml.apache.org/xalan-j/">
Xalan</a> (XSLT),
and
<a href="http://xml.apache.org/xerces2-j/index.html">
Xerces</a>.
</li>
</ul>
</p>