Actions
Bug #5720
closedjava.net.MalformedURLException: no protocol: ../common/entities.ent
Start date:
2022-10-25
Due date:
% Done:
0%
Estimated time:
Legacy ID:
Applies to branch:
11
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
Works on Saxon 10.8 but not on 11.4.
This stylesheet uses Saxon EE extensions to handle multilingual sorting of indices. It imports the DocBook XSL which is where the error is.
java -cp C:\Mercury_Stylesheets\saxon\saxon-ee-11.4.jar;D:\temp\part_marketing_sample\Mercury_Stylesheets\i18n_support\lib\*;D:\temp\part_marketing_sample\Mercury_Stylesheets\i18n_support\i18n_support.jar -Dcom.innodata.i18n.home=D:\temp\part_marketing_sample\Mercury_Stylesheets\i18n_support net.sf.saxon.Transform -versionmsg:on -o:"d:\temp\outSaxon.fo" -s:D:\temp\part_marketing_sample\pm_spanish_CMCA_86003548trunc2.xml -xsl:"D:\temp\part_marketing_sample\Mercury_Stylesheets\MercuryPMFO.xsl"
Error on line 42 column 22 of docbook.xsl:
XTSE0165 I/O error reported by XML parser processing
file:/D:/temp/part_marketing_sample/Mercury_Stylesheets/docbook-xsl-1.79.1/fo/autoidx.xsl.
Caused by java.net.MalformedURLException: no protocol: ../common/entities.ent
I/O error reported by XML parser processing file:/D:/temp/part_marketing_sample/Mercury_Stylesheets/docbook-xsl-1.79.1/fo/autoidx.xsl
Files
Please register to edit this issue
Actions