Mercurial > hg > rsof
annotate MHMC/htmlToXML.sh @ 560:de981950b62d
original from Jackie
author | Henry S Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Tue, 08 Oct 2024 09:20:11 +0100 |
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 |