New elements: newline, newpage
[xmldoc.git] / html.xsl
index 8e4a16e..7e5191d 100644 (file)
--- a/html.xsl
+++ b/html.xsl
 </table>
 </xsl:template>
 
+<xsl:template match="newline"><br/></xsl:template>
 
 <xsl:template match="row">
 <tr><xsl:apply-templates/></tr>