- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Mar 2010 02:19:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv30060/tools
Modified Files:
chunker.xsl specgen.xsl
Log Message:
add some more hackery to the h:tml build to work around tool bugs
Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/specgen.xsl,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- specgen.xsl 4 Mar 2010 03:17:03 -0000 1.63
+++ specgen.xsl 5 Mar 2010 02:19:42 -0000 1.64
@@ -7,7 +7,6 @@
<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'
- media-type='text/html; charset=us-ascii'
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.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- chunker.xsl 2 Mar 2010 05:12:41 -0000 1.9
+++ chunker.xsl 5 Mar 2010 02:19:42 -0000 1.10
@@ -28,11 +28,12 @@
<xsl:param name="next"/>
<xsl:if test="$quiet = 0">
<xsl:message>
- <xsl:text>Writing </xsl:text>
<xsl:value-of select="$filename"/>
- <xsl:text> for "</xsl:text>
- <xsl:value-of select="$title"/>
- <xsl:text>"</xsl:text>
+ <!-- * <xsl:text>Writing </xsl:text> -->
+ <!-- * <xsl:value-of select="$filename"/> -->
+ <!-- * <xsl:text> for "</xsl:text> -->
+ <!-- * <xsl:value-of select="$title"/> -->
+ <!-- * <xsl:text>"</xsl:text> -->
</xsl:message>
</xsl:if>
<exsl:document href="{$filename}"
Received on Friday, 5 March 2010 02:19:49 UTC