]> Lady’s Gitweb - Shushe/blobdiff - parsers/tsv.xslt
Remove classes from parse results
[Shushe] / parsers / tsv.xslt
index ad7052e2fad764a55d610721ddc4401be6dd0b37..a3dd9275b8cc42da52fa7a641e2c1b6ab3196f1a 100644 (file)
@@ -21,7 +21,7 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
                <variable name="rows" select="exslstr:tokenize(., '&#xA;')[normalize-space(.) and not(starts-with(., '#'))]"/>
                <variable name="head" select="$rows[1]"/>
                <variable name="body" select="$rows[not(position()=1)]"/>
-               <html:table class="tsv">
+               <html:table>
                        <html:thead>
                                <html:tr>
                                        <for-each select="exslstr:tokenize($head, '&#x9;')">
This page took 0.021955 seconds and 4 git commands to generate.