- Oxygen 23 is not supported due to changes in Saxon API from Saxon 9 to 10
- support multiple oxygen versions
- build with version-specific Saxon and SDK releases
- fix issue #1
- fix link to release
- no changes to codebase
- setup up github actions for testing and releasing
- no changes since last release
- issue #1
- added resources to analyse it
- tried to set the class loader to fix it, but is not fixed yet
- a fix in the class loading in the oxygen plugin makes the extension functions available by installing the plugin
- assemble dependencies into a single jar file for the oxygen plugin
- provide XPath extension functions through the SPI
- delivery as oXygen plugin
- made this a multi-module maven project
- implementation of
icu:normalize(input as xs:string, normalizer as xs:string, mode as xs:string) as xs:string
icu:transliterate(input as xs:string, transliterator-ID as xs:string) as xs:string
icu:transliterator-from-rules(ID as xs:string, rules as xs:string, direction as xs:string) as xs:boolean
icu:transliterator-ids() as xs:string*