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

During build, manual fails to validate against docbook DTD #76

Closed
julianhyde opened this issue May 30, 2018 · 1 comment
Closed

During build, manual fails to validate against docbook DTD #76

julianhyde opened this issue May 30, 2018 · 1 comment

Comments

@julianhyde
Copy link
Owner

During build, manual fails docbook DTD with the following error:

[ERROR] Failed to execute goal com.agilejava.docbkx:docbkx-maven-plugin:2.0.17:generate-html (default) on project sqlline: Failed to transform manual.xml.: org.xml.sax.SAXParseExceptionpublicId: -//OASIS//DTD DocBook XML V4.1.2//EN; systemId: http://www.docbook.org/xml/4.2/docbookx.dtd; lineNumber: 1; columnNumber: 1; The markup declarations contained or pointed to by the document type declaration must be well-formed. -> [Help 1]

The solution is to update the DTD URL from http://www.docbook.org/xml/4.2/docbookx.dtd to https://docbook.org/xml/4.2/docbookx.dtd.

@julianhyde
Copy link
Owner Author

Fixed in 9c560ec.

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

1 participant