-
Notifications
You must be signed in to change notification settings - Fork 3
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
WIP DocBook build instructions #6
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need some help from someone who can successfully build DocBook.
### Prerequisites | ||
|
||
* [Java 8](https://www.java.com/en/download/) | ||
* [Saxon-PE](http://www.saxonica.com/download/java.xml) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DavidFatDavidF you've mentioned in #3 (comment):
So far we are using only preliminary, built-in oXygen transforms but Jano is working on modified stylesheets for HTML and PDF
Can you provide direct links to the missing prerequisites, please?
Run from the project root folder: | ||
``` | ||
java -jar saxon9pe.jar -xsl:./docbook/T1/WG3/XLIFF-EM-BP.xml_xslt -s:./docbook/T1/WG3/ -o:./docs/ | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This approach returns error:
Static error at fo:root on line 1 column 375 of XLIFF-EM-BP.xml_xslt:
XTSE0150: The supplied file does not appear to be a stylesheet
The supplied file does not appear to be a stylesheet
What commands and params are you using?
### Prerequisites | ||
|
||
* [Java 8](https://www.java.com/en/download/) | ||
* [Saxon-PE](http://www.saxonica.com/download/java.xml) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What edition of Saxon do we use? Can we use a community edition?
Closes #5