]> git.draconx.ca Git - homepage.git/blobdiff - layouts/default.xsl
Embed SVG icons directly into output.
[homepage.git] / layouts / default.xsl
index 22f67d6351e713d8dbf2b1774e783cbe167e82c8..f0fddc97bb27cf9063ad403f27612f4c35b48953 100644 (file)
   exclude-result-prefixes='xhtml'>
 
 <xsl:import href='layouts/functions.xsl' />
-
-<xsl:output method='xml' encoding='UTF-8' indent='yes'
-  doctype-public='-//W3C//DTD XHTML 1.1//EN'
-  doctype-system='http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'
-  cdata-section-elements='style script' />
+<xsl:output cdata-section-elements='style script' />
 
 <xsl:param name='source-uri'
   select='"//git.draconx.ca/gitweb/homepage.git/"' />