Skip to content
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

"Getting started" section is incomplete/out-of-date #1

Open
ptkw opened this issue Sep 13, 2016 · 2 comments
Open

"Getting started" section is incomplete/out-of-date #1

ptkw opened this issue Sep 13, 2016 · 2 comments

Comments

@ptkw
Copy link

ptkw commented Sep 13, 2016

Following the Getting started tutorial as written does not lead to a working example of transpect.

In addition to the problem with the unzip-extension module, as described in this issue, the tutorial doesn't mention the need to install the htmlreports module. Without it, executing calabash produces the following error message:
$ ./calabash/calabash.sh -o result=MyXMLfile.xml docx2hub/xpl/docx2hub.xpl docx=MyWordfile.docx
ERROR: docx2hub/xpl/docx2hub.xpl:113:74:err:XS0052:Cannot import: http://transpect.io/htmlreports/xpl/errorPI2svrl.xpl
ERROR: cause: I/O error reported by XML parser processing http://transpect.io/htmlreports/xpl/errorPI2svrl.xpl: http://transpect.github.io/htmlreports/xpl/errorPI2svrl.xpl
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: I/O error reported by XML parser processing http://transpect.io/htmlreports/xpl/errorPI2svrl.xpl: http://transpect.github.io/htmlreports/xpl/errorPI2svrl.xpl

Cloning the htmlreports module (and adding it to the xmlcatalog) solves the issue.

@gimsieke
Copy link
Contributor

That’s right. This requirement crept in a couple of weeks ago. We’ll update the tutorial. The complete docx2jats-demo should continue to work though, since all submodules have been attached with a fixed revision, as of the time when we created the demo.

@ptkw
Copy link
Author

ptkw commented Sep 13, 2016

Thank you for your prompt reply. The error message is self-explanatory enough, but I thought I'll mention the issue anyway since it might be potentially discouraging for new transpect users visiting the website.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants