html5/spec-author-view/tools postprocess-complete.xsl,1.2,1.3 postprocess.xsl,1.2,1.3

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv8882/tools

Modified Files:
	postprocess-complete.xsl postprocess.xsl 
Log Message:
fix some formatting problems


Index: postprocess-complete.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/postprocess-complete.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- postprocess-complete.xsl	8 Jul 2010 13:36:05 -0000	1.2
+++ postprocess-complete.xsl	8 Jul 2010 19:51:16 -0000	1.3
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude" exclude-result-prefixes="xi h" version="1.0">
   <xsl:param name="RCSREVISION"/>
-  <xsl:output method="html" indent="no" encoding="UTF-8"/>
+  <xsl:output method="html" indent="no" encoding="UTF-8" doctype-public="-//W3C//DTD HTML 4.01//EN"/>
   <xsl:key name="local-frags" match="." use="concat('#',@id)"/>
   <xsl:key name="filename-map" match="." use="h:li"/>
   <xsl:template match="node() | @*">

Index: postprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/postprocess.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- postprocess.xsl	8 Jul 2010 13:36:05 -0000	1.2
+++ postprocess.xsl	8 Jul 2010 19:51:16 -0000	1.3
@@ -4,7 +4,9 @@
   exclude-result-prefixes="xi h"
   version='1.0'>
   <xsl:param name="RCSREVISION"/>
-  <xsl:output method="html" indent="no" encoding="UTF-8"/>
+  <xsl:output method="html" indent="no" encoding="UTF-8"
+    doctype-public="-//W3C//DTD HTML 4.01//EN"
+    />
   <xsl:key name="local-frags" match="." use="concat('#',@id)"/>
   <xsl:key name="filename-map" match="." use="h:li"/>
   <xsl:template match="node() | @*">

Received on Thursday, 8 July 2010 19:51:19 UTC