Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work on issue #312: replace Saxon with version 12.5. #313

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</pathconvert>

<!-- Use the saxon in our lib folder. -->
<property name="ssSaxon" value="${ssBaseDir.converted}/lib/saxon-he-11.4.jar"/>
<property name="ssSaxon" value="${ssBaseDir.converted}/lib/saxon-he-12.5.jar"/>

<!-- Use the closure compiler in our lib folder. -->
<property name="ssClosure" value="${ssBaseDir.converted}/lib/closure-compiler.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion buildSchema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@


<!--Saxon-->
<property name="saxon" value="${lib.dir}/saxon-he-11.4.jar"/>
<property name="saxon" value="${lib.dir}/saxon-he-12.5.jar"/>

<!--Condition set for the TEI server, since the TEI site can go down periodically:
If we can reach the TEI guidelines-->
Expand Down
Binary file removed lib/lib/xmlresolver-4.4.3.jar
Binary file not shown.
Binary file not shown.
Binary file added lib/lib/xmlresolver-5.2.2.jar
Binary file not shown.
Binary file removed lib/saxon-he-11.4.jar
Binary file not shown.
Binary file added lib/saxon-he-12.5.jar
Binary file not shown.
12 changes: 6 additions & 6 deletions lib/saxon_docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@ <h1>Welcome to Saxon</h1>
<h2>Online Documentation</h2>
<p>Saxon documentation for the current release is available online:</p>
<ul>
<li><p><a href="https://www.saxonica.com/documentation11/"
class="bodylink">Saxon 11 Documentation</a></p></li>
<li><p><a href="https://www.saxonica.com/documentation12/"
class="bodylink">Saxon 12 Documentation</a></p></li>
</ul>
<p>The above link is to an application implemented using SaxonJS (XSLT 3.0 in the
browser). For devices that do not have sufficient JavaScript capability to run
this application, an HTML version of the documentation is also available at <a
href="https://www.saxonica.com/html/documentation11/documentation.html"
href="https://www.saxonica.com/html/documentation12/documentation.html"
class="bodylink"
>https://www.saxonica.com/html/documentation11/documentation.html</a>.</p>
>https://www.saxonica.com/html/documentation12/documentation.html</a>.</p>
<h2>Downloads</h2>
<p>Saxon documentation, together with sample applications and drivers for the W3C
test suites can also be downloaded, from the <a
href="https://www.saxonica.com/download/download_page.xml" class="bodylink"
>Saxonica download page</a>. The same download file
<code>saxon-resources-11.zip</code> covers all available Saxon editions (Saxon-HE,
<code>saxon-resources-12.zip</code> covers all available Saxon editions (Saxon-HE,
Saxon-PE and Saxon-EE), for the Java and .NET platforms.</p>
<p>For bug reporting, and lists of known bugs, please visit <a class="bodylink"
href="https://saxonica.plan.io/">https://saxonica.plan.io/</a></p>
Expand All @@ -64,7 +64,7 @@ <h2>Downloads</h2>
</ul>
</div>
<div id="footer">
<p>© 2022 Saxonica</p>
<p>© 2023 Saxonica</p>
</div>
</div>
</div>
Expand Down