comparison DOCS/xml/html-common.xsl @ 28909:e9555bd1a9fb

Set DOCTYPE in xsl-generated HTML documentation.
author reimar
date Sat, 14 Mar 2009 12:32:28 +0000
parents abde88225c3a
children 0f1b5b68af32
comparison
equal deleted inserted replaced
28908:3f077f2d4e84 28909:e9555bd1a9fb
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 version="1.0"> 3 version="1.0">
4 4
5 <xsl:output method="html" indent="no"/> 5 <xsl:output method="html" indent="no"
6 doctype-system="http://www.w3.org/TR/html4/loose.dtd"
7 doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
6 8
7 <!-- ************** 9 <!-- **************
8 Set parameters 10 Set parameters
9 ************** --> 11 ************** -->
10 12