- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Jul 2009 10:01:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv4826/tools
Modified Files:
generate-spec-source.xsl
Log Message:
fix problem that was causing broken links in <source> documentation
Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -d -r1.188 -r1.189
--- generate-spec-source.xsl 29 Jul 2009 09:36:26 -0000 1.188
+++ generate-spec-source.xsl 29 Jul 2009 10:01:29 -0000 1.189
@@ -1505,14 +1505,6 @@
<xsl:call-template name="make.context"/>
</xsl:for-each>
</xsl:when>
- <xsl:when test="$name='source'">
- <xsl:for-each
- select="document('../html.rnc.spec.html')//h:span[@class = 'pattern']
- [starts-with(@id,'audio.inner.') or starts-with(@id,'video.inner.')]
- ">
- <xsl:call-template name="make.context"/>
- </xsl:for-each>
- </xsl:when>
<xsl:otherwise>
<xsl:choose>
<xsl:when test="
@@ -2629,7 +2621,6 @@
<xsl:when test="
@href='#li'
or @href='#style'
- or @href='#source'
">
<a class="ref" href="{@href}-pattern"><xsl:value-of select="."/></a>
</xsl:when>
Received on Wednesday, 29 July 2009 10:01:41 UTC