-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errror on sample run: not a pipeline or library #5
Comments
This seems to be the same error that had been reported in #3.
Please check that xmlcatalog/catalog.xml is exactly as described in the readme, and also at exactly the same location relative to the project directory, called |
Ah, I noticed that you use OpenJDK 11. This is buggy, but I think in particular with respect to class paths (on mingw, it prepends the absolute path of the current working directory to the classpath, separated by a colon). I don’t think it is responsible for this catalog resloution problem (URIs like http://transpect.io/cascade/xpl/load-cascaded.xpl won’t be catalog-resolved, which results in the “Not a pipeline or library: html” error). And you might want to try docx2tex which comes as a pre-packaged distribution. If this doesn’t run, returning the same error, then it’s probably a Java version related issue that might be fixed by using Java 8 or 13. |
Hi,
Following the install instructions I get this error:
bkelly ~ calabash/calabash.sh -i source=xml2tex/example/example.xml -i conf=xml2tex/example/conf-hubcssa.xml xml2tex/xpl/xml2tex.xpl
ERROR: http://transpect.github.io/../index.html:1:107:Not a pipeline or library: html
ERROR: http://transpect.github.io/../index.html:1:107:Not a pipeline or library: html
ERROR: err:XS0044:Unexpected step name: tr:load
ERROR: It is a static error if any element in the XProc namespace or any step has element children other than those specified for it by this specification. In particular, the presence of atomic steps for which there is no visible declaration may raise this error.
bkelly ~ Documents Lexique java -version
openjdk version "11.0.6" 2020-01-14
OpenJDK Runtime Environment 18.9 (build 11.0.6+10)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.6+10, mixed mode, sharing)
The text was updated successfully, but these errors were encountered: