comparison MHMC/htmlToXML.sh @ 537:77dd70413ed8

for minutes/notes production from pandoc output
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Thu, 29 Aug 2024 21:53:16 +0100
parents
children b9c60ab31f0f
comparison
equal deleted inserted replaced
536:c7bc21a3f0ab 537:77dd70413ed8
1 #!/usr/bin/bash
2 { echo '<html xmlns="http://www.w3.org/1999/xhtml"><body>'
3 cat "$1".html ; echo '</body></html>'
4 } | saxon97 - H:\\C64\\home\\ht\\lib\\xml\\htmlToXML.xsl > "${1-2}".xml