html5/markup/tools generate-spec-source.xsl,1.216,1.217

Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv30915/tools

Modified Files:
	generate-spec-source.xsl 
Log Message:
prose model

Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -d -r1.216 -r1.217
--- generate-spec-source.xsl	29 Jan 2010 02:51:40 -0000	1.216
+++ generate-spec-source.xsl	29 Jan 2010 05:06:47 -0000	1.217
@@ -2438,7 +2438,7 @@
     <xsl:variable name="parent" select="../@id"/>
     <xsl:choose>
       <xsl:when test="$ref = 'normal-character-data'">
-        <xsl:text>normal character data</xsl:text>
+        <xsl:copy-of select="."/>
       </xsl:when>
       <xsl:when test="$ref = 'colgroup.inner'">
         <!-- * special-case constraint of col element vs. span -->

Received on Friday, 29 January 2010 05:06:50 UTC