faustedition / faust-gen-html

Pipelines to generate HTML for the Faust edition's reading texts and prints.
1 stars 4 forks source link

internalize external xproc imports #649

Closed thvitt closed 4 years ago

thvitt commented 4 years ago

looks like http://xproc.org/library/store.xpl has gone away :disappointed:

ERROR: http://xproc.org/library/store.xpl:6:3:err:SXXP0003:Error reported by XML parser
ERROR:     cause: The element type "hr" must be terminated by the matching end-tag "</hr>".
ERROR: target/xproc/generate-all.xpl:17:55:err:XS0052:Cannot import: http://xproc.org/library/store.xpl
ERROR:     cause: org.xml.sax.SAXParseException; systemId: http://xproc.org/library/store.xpl; lineNumber: 6; columnNumber: 3; The element type "hr" must be terminated by the matching end-tag "</hr>".
ERROR: It is a static error if the URI of a p:import cannot be retrieved or if, once retrieved, it does not point to a p:library, p:declare-step, or p:pipeline.
ERROR: Underlying exception: org.xml.sax.SAXParseException; systemId: http://xproc.org/library/store.xpl; lineNumber: 6; columnNumber: 3; The element type "hr" must be terminated by the matching end-tag "</hr>".
thvitt commented 4 years ago

Just an old submodule, already fixed in #607