9 Emacspeak

<..xtpipes: my emacspeak..>
 <emspk>
 .html mv %%1.html %%1.tmp
 .html java -classpath %%~/texmf-dist/tex4ht/bin/tex4ht.jar xtpipes -i %%~/texmf-dist/tex4ht/xtpipes/ -o %%1.html %%1.tmp
 .html xmllint --noout %%1.html
 </emspk>
 -_-_-

<..xtpipes: unix emacspeak..>
 <emspk>
 .html mv %%1.html %%1.tmp
 .html java -classpath  %%~/texmf-dist/tex4ht/bin/tex4ht.jar xtpipes -i %%~/texmf-dist/tex4ht/xtpipes/ -o %%1.html %%1.tmp
 </emspk>
 -_-_-

<..xtpipes: win32 emacspeak..>
 <emspk>
 .html move %%1.html %%1.tmp
 .html java -classpath  c:\tex4ht\texmf\tex4ht\bin\tex4ht.jar xtpipes -i c:\tex4ht\texmf\tex4ht\xtpipes\ -o %%1.html %%1.tmp
 </emspk>
 -_-_-