Mercurial > hg > rsof
view MHMC/htmlToXML.sh @ 597:344e0cf74133
finished
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Mon, 13 Jan 2025 18:34:48 +0000 |
parents | 58090a2a81a1 |
children |
line wrap: on
line source
#!/usr/bin/bash -vx 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