Allow to run external tools as script command, e.g. an XSLT tool after XML export #114
Labels
help wanted
Extra attention is needed
suggested enhancement
Enhancement, which is not planned yet for being worked on
Compare also the script support in HTML export.
Supporting this as command and not as hardcoded tool would allow to easier adapt this to different platforms (Windows, Linux, Mac, ...)
Possible tool on Windows could be XMLStarlet, see also
https://sourceforge.net/projects/xmlstar/files/xmlstarlet/1.6.1/
https://xmlstar.sourceforge.net/doc/UG/xmlstarlet-ug.html
Example (by Markus S.):
'xmlstarlet tr vymXML2MD.xslt Testmap.xml > ./export/Testmap_Starlet.md'
The text was updated successfully, but these errors were encountered: