Mercurial > hg > rsof
annotate MHMC/htmlToXML.sh @ 592:f30468452aaa
late addition of lets business
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Tue, 10 Dec 2024 12:19:22 +0000 |
parents | 58090a2a81a1 |
children |
rev | line source |
---|---|
540
58090a2a81a1
circulated to MEK for comment
Henry Thompson <ht@markup.co.uk>
parents:
538
diff
changeset
|
1 #!/usr/bin/bash -vx |
538 | 2 HOME="$(cygpath -w $HOME)" |
537
77dd70413ed8
for minutes/notes production from pandoc output
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff
changeset
|
3 { echo '<html xmlns="http://www.w3.org/1999/xhtml"><body>' |
77dd70413ed8
for minutes/notes production from pandoc output
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff
changeset
|
4 cat "$1".html ; echo '</body></html>' |
538 | 5 } | saxon97 - "$HOME"\\lib\\xml\\htmlToXML.xsl > "${1-2}".xml |