Codebase list ohcount / a828f03c-a62e-49d7-b2ec-6e6df59903d2/main test / expected_dir / example.xsl
a828f03c-a62e-49d7-b2ec-6e6df59903d2/main

Tree @a828f03c-a62e-49d7-b2ec-6e6df59903d2/main (Download .tar.gz)

example.xsl @a828f03c-a62e-49d7-b2ec-6e6df59903d2/mainraw · history · blame

xslt	code	<?xml version="1.0" encoding="UTF-8"?>
xslt	code	<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
xslt	blank	
xslt	comment	  <!--sample template-->
xslt	code	  <xsl:template match="sample-tag">				       
xslt	code	    <html>
xslt	code	      <head>
xslt	code		<title>sample webpage </title>
xslt	code	      </head>
xslt	code	      <style><![CDATA[sample style]]></style>
xslt	code	      <body>
xslt	comment		<!-- comment -->
xslt	code		<xsl:comment> comment in HTML</xsl:comment>
xslt	code	      </body>
xslt	code	    </html>
xslt	code	  </xsl:template>
xslt	code	</xsl:stylesheet>