[NEW] General objects for keeping track of line counts and line count deltas.
[ohcount] / test / expected_dir / example.xsl
1 xslt    code    <?xml version="1.0" encoding="UTF-8"?>
2 xslt    code    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3 xslt    blank   
4 xslt    comment   <!--sample template-->
5 xslt    code      <xsl:template match="sample-tag">                                    
6 xslt    code        <html>
7 xslt    code          <head>
8 xslt    code            <title>sample webpage </title>
9 xslt    code          </head>
10 xslt    code          <style><![CDATA[sample style]]></style>
11 xslt    code          <body>
12 xslt    comment         <!-- comment -->
13 xslt    code            <xsl:comment> comment in HTML</xsl:comment>
14 xslt    code          </body>
15 xslt    code        </html>
16 xslt    code      </xsl:template>
17 xslt    code    </xsl:stylesheet>