- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jan 2010 00:09:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools In directory hutz:/tmp/cvs-serv30584/tools Modified Files: generate-spec-source.xsl Log Message: update syntax Index: generate-spec-source.xsl =================================================================== RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v retrieving revision 1.209 retrieving revision 1.210 diff -u -d -r1.209 -r1.210 --- generate-spec-source.xsl 28 Jan 2010 23:22:15 -0000 1.209 +++ generate-spec-source.xsl 29 Jan 2010 00:09:12 -0000 1.210 @@ -2421,7 +2421,7 @@ <xsl:variable name="parent" select="../@id"/> <xsl:choose> <xsl:when test="$ref = 'normal-character-data'"> - <xsl:copy-of select="."/> + <xsl:text>normal character data</xsl:text> </xsl:when> <xsl:when test="$ref = 'colgroup.inner'"> <!-- * special-case constraint of col element vs. span -->
Received on Friday, 29 January 2010 00:09:16 UTC