Mercurial > hg > rsof
view MHMC/htmlToXML.sh @ 538:b9c60ab31f0f
portable now?
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Thu, 29 Aug 2024 22:04:12 +0100 |
parents | 77dd70413ed8 |
children | 58090a2a81a1 |
line wrap: on
line source
#!/usr/bin/bash HOME="$(cygpath -w $HOME)" { echo '<html xmlns="http://www.w3.org/1999/xhtml"><body>' cat "$1".html ; echo '</body></html>' } | saxon97 - "$HOME"\\lib\\xml\\htmlToXML.xsl > "${1-2}".xml