-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ <h2>1.3.7</h2> | |
<li>Eliminate usage of <code>com.sun</code> classes to make XOM compatible with JDK 16.</li> | ||
<li>Replace remaining usages of <code>StringBuffer</code> | ||
with <code>StringBuilder</code> to slightly improve performance.</li> | ||
<ul> | ||
</ul> | ||
|
||
|
||
<h2>1.3.6</h2> | ||
|
@@ -2096,7 +2096,7 @@ <h2 >1.0d2</h2> | |
<hr /> | ||
<p>Copyright 2002-2005, 2009, 2013, 2018, 2019, 2020, 2021 <a href="https://www.elharo.com/">Elliotte Rusty Harold</a><br /> | ||
<a href="mailto:elharo%40ibiblio%2Eorg">[email protected]</a><br /> | ||
Last Modified March 28, 2021 | ||
Last Modified April 4, 2021 | ||
</p> | ||
</div> | ||
<div id="Navbar"> | ||
|
@@ -2124,11 +2124,11 @@ <h3>Java API</h3> | |
<h3>Downloads</h3> | ||
|
||
<ul> | ||
<li><a href="https://github.com/elharo/xom/">Source Repository</a></li> | ||
<li><a href="https://www.cafeconleche.org/XOM/xom-1.3.7.jar">Minimal JAR file</a></li> | ||
<li><a href="https://www.cafeconleche.org/XOM/xom-1.3.7.zip">Complete distribution, zip format</a> (source code, API documentation, unit tests, sample programs, third party jars)</li> | ||
<li><a href="https://www.cafeconleche.org/XOM/xom-1.3.7.tar.gz">Complete distribution, tar.gz format</a> (source code, API documentation, unit tests, sample programs, third party jars)</li> | ||
</ul> | ||
<li><a href="https://github.com/elharo/xom/">Source Repository</a></li> | ||
<li><a href="https://github.com/elharo/xom/releases/download/v1.3.7/xom-1.3.7.jar">Minimal JAR file</a></li> | ||
<li><a href="https://github.com/elharo/xom/releases/download/v1.3.7/xom-1.3.7.zip">Complete distribution, zip format</a> (source code, API documentation, unit tests, sample programs, third party jars)</li> | ||
<li><a href="https://github.com/elharo/xom/releases/download/v1.3.7/xom-1.3.7.tar.gz">Complete distribution, tar.gz format</a> (source code, API documentation, unit tests, sample programs, third party jars)</li> | ||
</ul> | ||
|
||
|
||
<h3>For Contributors</h3> | ||
|
@@ -2155,7 +2155,7 @@ <h3>Third Party Articles</h3> | |
<li><a href="http://www.xml.com/pub/a/2002/11/27/xom.html">Getting Started with XOM</a></li> | ||
<li><a href="https://www.ibm.com/developerworks/library/x-matters32/index.html">The XOM Java XML API</a></li> | ||
<li><a href="http://workbench.cadenhead.org/news/3793/java-xom-xml-made-simpler">Java XOM: XML Made Simpler</a></li> | ||
</ul> | ||
</ul> | ||
|
||
|
||
<h3>Projects using XOM</h3> | ||
|