- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 31 Jul 2010 11:32:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv4132/tools
Modified Files:
generate-spec-source.xsl specgen.xsl
Log Message:
minor build tweaks
Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -d -r1.280 -r1.281
--- generate-spec-source.xsl 31 Jul 2010 08:13:16 -0000 1.280
+++ generate-spec-source.xsl 31 Jul 2010 11:32:26 -0000 1.281
@@ -358,130 +358,15 @@
</xsl:for-each>
</section>
<xsl:text> </xsl:text>
- <!-- * <section id="forms-attributes"> -->
- <!-- * <xsl:text> </xsl:text> -->
- <!-- * <h2>Forms attributes</h2> -->
- <!-- * <xsl:text> </xsl:text> -->
- <!-- * <p>This section describes attributes that are common to -->
- <!-- * a number of forms elements.</p> -->
- <!-- * <xsl:text> </xsl:text> -->
- <!-- * <dl class="attr-defs"> -->
[...1260 lines suppressed...]
- <xsl:param name="name"/>
- <xsl:param name="prefix"/>
- <xsl:choose>
- <xsl:when test="@href">
- <xsl:variable name="target">
- <xsl:value-of select="concat($name,'.attrs.',substring-after(@href,$prefix))"/>
- </xsl:variable>
- <a class="{@href}"
- title="{$target}"
- href="#{$target}">
- <xsl:copy-of select="node()"/>
- </a>
- </xsl:when>
- <xsl:otherwise>
- <xsl:copy-of select="."/>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:template>
-
</xsl:stylesheet>
Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/specgen.xsl,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- specgen.xsl 29 Jul 2010 09:39:27 -0000 1.72
+++ specgen.xsl 31 Jul 2010 11:32:26 -0000 1.73
@@ -806,7 +806,7 @@
<xsl:otherwise>
<xsl:if test="not($section/@id)">
<xsl:message>
- <xsl:text>UNDEFINED: </xsl:text>
+ <xsl:text>XXX UNDEFINED: </xsl:text>
<xsl:value-of select="$href"/>
<xsl:text> in </xsl:text>
<xsl:value-of select="ancestor::h:section[child::h:h2[@class='element-head']]/@id
Received on Saturday, 31 July 2010 11:32:30 UTC