DocBook updates
so.nwalsh.com·20h
Flag this post

, Issue 28; 09 Nov 2025

Updates to the DocBook xslTNG Stylesheets and my XProc-for-DocBook repository.

Last Monday, I published xproc (for DocBook) and I’ve used it a fair bit since then. That lead to a few improvements, including a new shell script to run it.

What I discovered was that I was often doing this:

cd /path/to/xproc
./gradlew -Psource=/path/to/file.xml -Presult=/path/to/file.html html
popd

That’s silly. A script could do that. So I wrote xdocbook and added it to the repository. This is much nicer:

xdocbook file.xml

That worked fine until the first time I wanted some customization. So I added support for that too. It’s a bit of a hack and I think I c…

Similar Posts

Loading similar posts...