- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Jul 2011 07:47:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv22374/tools
Modified Files:
preprocess.xsl toc-fix.xsl
Log Message:
updated
[updated by splitter]
Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- preprocess.xsl 5 Jul 2011 07:28:59 -0000 1.93
+++ preprocess.xsl 5 Jul 2011 07:47:44 -0000 1.94
@@ -2,7 +2,8 @@
version='1.0'>
<xsl:param name="RCSREVISION"/>
<xsl:output method="html" indent="no" encoding="ascii"
- doctype-public="-//W3C//DTD HTML 4.01//EN"
+ doctype-public="DUMMY"
+ doctype-system="DUMMY"
/>
<xsl:template match="node() | @*">
<xsl:copy>
Index: toc-fix.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/toc-fix.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- toc-fix.xsl 22 Apr 2011 11:12:14 -0000 1.1
+++ toc-fix.xsl 5 Jul 2011 07:47:44 -0000 1.2
@@ -3,8 +3,8 @@
exclude-result-prefixes="h"
version='1.0'>
<xsl:output method="html" indent="no" encoding="utf-8"
- doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
- doctype-system="http://www.w3.org/TR/html4/loose.dtd"
+ doctype-public="DUMMY"
+ doctype-system="DUMMY"
/>
<xsl:template match="node() | @*">
<xsl:copy>
Received on Tuesday, 5 July 2011 07:47:51 UTC