Added links to JDOM, Xerces, and Xalan.
This commit is contained in:
parent
0dc02e63ef
commit
7f58884706
1 changed files with 15 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue