softcount: tolerate zero ngrams
[vspell.git] / scripts / z.xslt
blob49effbef1c51d40dcb7d090857f0b1cabb6c51e7
1 <?xml version="1.0" encoding="utf-8"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 version="1.0">
4 <xsl:output encoding="utf-8"/>
5 <xsl:template match="/">
6 <xsl:copy-of select=".//vne"/>
7 <xsl:copy-of select=".//table[@id='CContainer']"/>
8 </xsl:template>
10 </xsl:stylesheet>