- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Mar 2012 04:52:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv29627/tools
Modified Files:
chunker.xsl refgen.xsl specgen.xsl
Log Message:
Updated.
Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/specgen.xsl,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- specgen.xsl 13 Feb 2012 06:34:49 -0000 1.101
+++ specgen.xsl 13 Mar 2012 04:52:44 -0000 1.102
@@ -6,8 +6,8 @@
exclude-result-prefixes='h date'
version='1.0' id='xslt'>
<xsl:output method='html' encoding='us-ascii'
- doctype-public='-//W3C//DTD HTML 4.01//EN'
- doctype-system='http://www.w3.org/TR/html4/strict.dtd'
+ doctype-public='html'
+ doctype-system='about:legacy-compat'
indent="yes"/>
<xsl:include href="toc.xsl"/>
<xsl:include href="chunker.xsl"/>
Index: chunker.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/chunker.xsl,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- chunker.xsl 8 May 2011 12:43:56 -0000 1.21
+++ chunker.xsl 13 Mar 2012 04:52:43 -0000 1.22
@@ -18,8 +18,8 @@
<xsl:param name="method">html</xsl:param>
<xsl:param name="encoding">us-ascii</xsl:param>
<xsl:param name="media-type">text/html; charset=us-ascii</xsl:param>
- <xsl:param name="doctype-public">-//W3C//DTD HTML 4.01//EN</xsl:param>
- <xsl:param name="doctype-system">http://www.w3.org/TR/html4/strict.dtd</xsl:param>
+ <xsl:param name="doctype-public">html</xsl:param>
+ <xsl:param name="doctype-system">about:legacy-compat</xsl:param>
<xsl:param name="indent">yes</xsl:param>
<xsl:param name="omit-xml-declaration">yes</xsl:param>
<xsl:param name="cdata-section-elements"></xsl:param>
Index: refgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/refgen.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- refgen.xsl 28 Jan 2010 16:22:47 -0000 1.1
+++ refgen.xsl 13 Mar 2012 04:52:44 -0000 1.2
@@ -5,8 +5,8 @@
exclude-result-prefixes='h date'
version='1.0' id='xslt'>
<xsl:output method='xml' encoding='us-ascii'
- doctype-public='-//W3C//DTD HTML 4.01//EN'
- doctype-system='http://www.w3.org/TR/html4/strict.dtd'
+ doctype-public='html'
+ doctype-system='about:legacy-compat'
media-type='text/html; charset=us-ascii'
indent="yes"/>
<xsl:template match="/">
Received on Tuesday, 13 March 2012 04:52:48 UTC