view 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
line wrap: on
line source

#!/usr/bin/bash
{ echo '<html xmlns="http://www.w3.org/1999/xhtml"><body>' 
  cat "$1".html ; echo '</body></html>' 
 } | saxon97 - H:\\C64\\home\\ht\\lib\\xml\\htmlToXML.xsl  > "${1-2}".xml