Cleanup template
This commit is contained in:
parent
b5bbc2d22a
commit
444a07cf5f
1 changed files with 0 additions and 5 deletions
|
@ -4,10 +4,6 @@
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:outline="http://wkhtmltopdf.org/outline"
|
xmlns:outline="http://wkhtmltopdf.org/outline"
|
||||||
xmlns="http://www.w3.org/1999/xhtml">
|
xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<xsl:output
|
|
||||||
doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
||||||
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
|
|
||||||
indent="yes" />
|
|
||||||
<xsl:template match="outline:outline">
|
<xsl:template match="outline:outline">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
@ -44,7 +40,6 @@
|
||||||
</div>
|
</div>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
<ul>
|
<ul>
|
||||||
<xsl:comment>added to prevent self-closing tags in QtXmlPatterns</xsl:comment>
|
|
||||||
<xsl:apply-templates select="outline:item"/>
|
<xsl:apply-templates select="outline:item"/>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
Reference in a new issue