Mercurial > hg > rsof
changeset 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 | c7bc21a3f0ab |
children | b9c60ab31f0f |
files | MHMC/htmlToXML.sh |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MHMC/htmlToXML.sh Thu Aug 29 21:53:16 2024 +0100 @@ -0,0 +1,4 @@ +#!/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