On Fri, 9 Sept 2022 at 12:17, SAIFI wrote: > > > > > let's use a simple database, a CSV file for simplicity, and generate both > > files from this. > > Curious to learn, why wouldn't you want to do it in C++ itself ? > > As an example, please see > https://github.com/cplusplus/lib-issues-software
That repo has been dead for years, maybe you want the still maintained code at: https://github.com/cplusplus/LWG/tree/master/src I'm not persuaded that 4000 lines of C++ code for processing XML into HTML is really a good alternative to 150 lines of Python.