DCsunset / pandoc-include

A pandoc filter to allow file and header inclusion
MIT License
67 stars 14 forks source link

feat: include `XML` files while applying a `XSL` transformation #43

Closed studerluk closed 10 months ago

studerluk commented 10 months ago

This feature streamlines the conversion of Doxygen XML output into documents while giving the oportunity to structure the resulting document as needed. It gives a bit more control than for example Sphinx/Breathe

This includes:

DCsunset commented 10 months ago

Hi, do you have a minimal example to showcase the new feature (as well as testing it)? I'm not familiar with Doxygen XML so it's hard for me to test it.

studerluk commented 10 months ago

I added a simple test using this feature.

I also generally renamed everything from xsl to xslt. I think this results in a more consitent naming.

DCsunset commented 10 months ago

Thanks. It looks good to me.