Docunext


XSL Transform Basic HTML Output

April 21st, 2008

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

<xsl:output method="html" indent="yes" encoding="UTF-8" omit-xml-declaration="yes" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" doctype-system="http://www.w3.org/TR/html4/loose.dtd">

    <xsl:template match="/">         <xsl:apply-templates>     </xsl:apply-templates>

    <xsl:template match="html">                 <title>         </title>         <link rel="stylesheet" type="text/css" href="/style.css">              <b>b4af</b>         <xsl:for-each select="body/*">             <xsl:copy-of select=".">         </xsl:copy-of>       </xsl:for-each> </xsl:template> </xsl:template></xsl:output></xsl:stylesheet>

Yearly Indexes: 2003 2004 2006 2007 2008 2009 2010 2011 2012 2013 2015 2019 2020 2022