Mercurial > hg > rsof
annotate 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 |
rev | line source |
---|---|
537
77dd70413ed8
for minutes/notes production from pandoc output
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff
changeset
|
1 #!/usr/bin/bash |
77dd70413ed8
for minutes/notes production from pandoc output
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff
changeset
|
2 { 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
|
3 cat "$1".html ; echo '</body></html>' |
77dd70413ed8
for minutes/notes production from pandoc output
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff
changeset
|
4 } | saxon97 - H:\\C64\\home\\ht\\lib\\xml\\htmlToXML.xsl > "${1-2}".xml |