softcount: tolerate zero ngrams
[vspell.git] / scripts / convert.sh
blobf0b3fa5d77c7eb230e14f41244860277465c7779
1 #!/bin/bash
2 IN=$1
3 OUT=$2
5 tidy --quote-nbsp no -asxml -utf8 --new-blocklevel-tags vne $IN 2>tmp.log |sed '1s/<html.*/<html>/'|xsltproc z.xslt - > $OUT