Changes to work with Saxon 9.9 (but not Saxon 10).#5
Changes to work with Saxon 9.9 (but not Saxon 10).#5tgraham-antenna wants to merge 1 commit intoxmlark:masterfrom
Conversation
|
It seems that this PR does what the DITA-OT Implementing Saxon extension functions manual describes for Saxon 9, i.e. will make |
|
It works well enough for me where I run Saxon on the command line. YMMV. This PR probably should not be merged as-is because it stops the existing SaxonB version from building. I am not familiar with the DITA-OT technique of using |
http://saxon.sourceforge.net Saxon B is officially in "deep freeze" state, so I would speculate that the number of users affected by removing support for it will likely be very limited. |
If not using a Saxon config file, the initializer needs to be specified on the Saxon command line with
-init:ConnectorSaxon9apiInitializer.Someone who understands Maven better than I do should somehow fix
pom.xmlso that it's possible to build both forms of Saxon extension at once.