comparison html.xsl @ 16:2bbd067529b6

improve efficiency, detect blank rows, don't type empty cells
author Henry S. Thompson <ht@markup.co.uk>
date Mon, 03 Apr 2017 19:22:03 +0100
parents e767bef35bb9
children 9b1b169dc8db
comparison
equal deleted inserted replaced
15:e767bef35bb9 16:2bbd067529b6
7 <xsl:template match="/"> 7 <xsl:template match="/">
8 <html> 8 <html>
9 <head> 9 <head>
10 <style> 10 <style>
11 body {font-family: 'DejaVu Sans Mono' , monospace} 11 body {font-family: 'DejaVu Sans Mono' , monospace}
12 td {padding: 0}
12 .e {color: red} 13 .e {color: red}
13 .formula {font-style: italic} 14 .formula {font-style: italic}
14 </style> 15 </style>
15 </head> 16 </head>
16 <body> 17 <body>