projectEndings / staticSearch

A codebase to support a pure JSON search engine requiring no backend for any XHTML5 document collection
https://endings.uvic.ca/staticSearch/docs/index.html
Mozilla Public License 2.0
46 stars 21 forks source link

Update to Saxon 11 #264

Closed joeytakeda closed 1 month ago

joeytakeda commented 1 year ago

Saxon 11 has been around for a while, so we should update this in dev.

martindholmes commented 1 year ago

I tested on Linux and all is fine, but on Windows we get an error:

config: [echo] Creating configuration file... [java] Creating configuration file from file:///C:/Users/mholmes/temp/staticSearch/configTest.xml [java] Version string for this build: 7efe645 [java] Error in xsl:result-document/@href on line 309 column 133 of create_config_xsl.xsl: [java] SXRD0001 Resolved URL is malformed. Caused by java.net.MalformedURLException: unknown protocol: c [java] In template rule with match="/" on line 284 of create_config_xsl.xsl [java] Resolved URL is malformed

I don't have time to look at this now, but I think it'll be an easy fix.

martindholmes commented 1 year ago

This is now complete; if nothing anomalous shows up in the next little while, we can close it.

martindholmes commented 2 months ago

@joeytakeda I think we should probably go to version 12 now, don't you think? I don't know of any potential issues between 11 and 12, do you?