Profile

Contact Details

Ribbons

Badges

Mr. Mark Craig


Contributions

1 to 5 of 50+ total
Posted By Mark Craig 01-10-2018 13:55
Found In Egroup: docbook-apps
\ view thread
Hello Janice, Since you're using Maven, as a workaround you could use bare Maven expressions and perform Maven filtering on the source before using the docbkx plugin. Maven filtering replaces expressions like $(project.version) with the values of their Maven properties. For example, in ...
Posted By Mark Craig 10-06-2017 09:09
Found In Egroup: docbook-apps
\ view thread
Hello, If you get the DocBook XSL stylesheets, you can probably do the conversion with the xsltproc tool as shown in http://www.sagehill.net/docbookxsl/RefentryToMan.html Hope it helps, Mark PS The XSL conversion works fine in the toolchain I'm using (in a Maven project, so with ...
Posted By Mark Craig 10-19-2016 04:26
Found In Egroup: docbook-apps
\ view thread
Hi, At present we are using declarations that reference the XSD, such as: ... It looks like the XMLSchema-related attributes are unnecessary. In other words, if I remove cached schemas from my editor (using IntelliJ IDEA), edit the book and open it again, this appears to work ...
Posted By Mark Craig 06-23-2016 04:32
Found In Egroup: docbook-apps
\ view thread
Thanks, Simon. I'll look how we could integrate use of PACBook into the build. Regards, Mark