- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Jun 2009 06:49:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools In directory hutz:/tmp/cvs-serv14114/tools Modified Files: generate-spec-source.xsl Log Message: h:tml; checkpointing in midst of minor cleanup and organizing tweaks. Index: generate-spec-source.xsl =================================================================== RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v retrieving revision 1.177 retrieving revision 1.178 diff -u -d -r1.177 -r1.178 --- generate-spec-source.xsl 15 Jun 2009 20:27:02 -0000 1.177 +++ generate-spec-source.xsl 16 Jun 2009 06:49:02 -0000 1.178 @@ -109,28 +109,8 @@ <dd> <xsl:choose> <xsl:when test="$type='anything'"> - <xsl:for-each select="node()"> - <xsl:choose> - <xsl:when test="@class='model'"> - <xsl:for-each select="node()"> - <xsl:choose> - <xsl:when test=".='common.inner.anything'"> - <xsl:copy-of select="//h:*[@id='common.inner.anything']"/> - </xsl:when> - <xsl:when test=".='common.attr.anything'"> - <xsl:copy-of select="//h:*[@id='common.attr.anything']"/> - </xsl:when> - <xsl:otherwise> - <xsl:copy-of select="."/> - </xsl:otherwise> - </xsl:choose> - </xsl:for-each> - </xsl:when> - <xsl:otherwise> - <xsl:copy-of select="."/> - </xsl:otherwise> - </xsl:choose> - </xsl:for-each> + <span class="attr-prose-desc" + >any element from any namespace</span> </xsl:when> <xsl:otherwise> <xsl:for-each select="node()">
Received on Tuesday, 16 June 2009 06:49:15 UTC