- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Jul 2011 07:29:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv20675/tools
Modified Files:
postprocess.xsl preprocess.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.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- preprocess.xsl 5 Jul 2011 06:11:59 -0000 1.92
+++ preprocess.xsl 5 Jul 2011 07:28:59 -0000 1.93
@@ -243,10 +243,7 @@
<xsl:template match="dt[. = 'Real-time notifications of changes:']"/>
<xsl:template match="dd[preceding-sibling::dt[1][. ='Real-time notifications of changes:']]"/>
<xsl:template match="a[normalize-space(.)='http://dev.w3.org/html5/spec/Overview.html']">
- <!--
- <a href="http://dev.w3.org/html5/spec-author-view/">http://dev.w3.org/html5/spec-author-view/</a>
- -->
- <a href="http://www.w3.org/TR/2011/WD-html5-author-20110707/">http://www.w3.org/TR/2011/WD-html5-author-20110707/</a>
+ <a href="http://dev.w3.org/html5/spec-author-view/">http://dev.w3.org/html5/spec-author-view/</a>
</xsl:template>
<!--
<xsl:template match="a[starts-with(normalize-space(.),'http://www.w3.org/TR/2010/WD-html5-201')]
@@ -295,7 +292,7 @@
<a href="http://dev.w3.org/html5/spec/">full HTML5 specification</a>.</p>
-->
<a href="http://www.w3.org/TR/html5/">full HTML5 specification</a>.</p>
- <p>This document is an automated redaction of the full HTML5
+ <p>This document is an automated redaction of the
<!--
<a href="http://dev.w3.org/html5/spec/">full HTML5 specification</a>.
-->
Index: postprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/postprocess.xsl,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- postprocess.xsl 5 Jul 2011 06:11:59 -0000 1.19
+++ postprocess.xsl 5 Jul 2011 07:28:58 -0000 1.20
@@ -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:key name="local-frags" match="." use="concat('#',@id)"/>
<xsl:key name="filename-map" match="." use="h:li"/>
Received on Tuesday, 5 July 2011 07:29:02 UTC