Show HN: A Python script to convert DocBook books to QtHelp

by dkrajzewon 1/23/2023, 8:56 PMwith 5 comments

I usually write my user documentation using DocBook. For my recent applications built on top of Qt (e.g. PaletteWB (www.palettewb.com)), I needed something that generates in-app help pages. db2qthelp does this.

Any criticism or interest is appreciated.

by moistlyon 1/23/2023, 9:54 PM

I suggest using XSLT to transform Docbook to other XML. It’s purpose-built for that task. Saxonica offers a Python plug-in, though truth is that the XSLT solution can do everything you need.