html5/markup/tools generate-spec-source.xsl,1.183,1.184

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

Modified Files:
	generate-spec-source.xsl 
Log Message:
renamed the "HTML and XHTML documents" section to simply "Documents"


Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -d -r1.183 -r1.184
--- generate-spec-source.xsl	1 Jul 2009 14:12:03 -0000	1.183
+++ generate-spec-source.xsl	14 Jul 2009 16:30:16 -0000	1.184
@@ -48,7 +48,7 @@
           <xsl:text>&#10;      </xsl:text>
           <xsl:copy-of select="document('../src/terms.html')"/>
           <xsl:text>&#10;    </xsl:text>
-          <xsl:copy-of select="document('../src/html-xhtml.html')"/>
+          <xsl:copy-of select="document('../src/documents.html')"/>
           <xsl:text>&#10;    </xsl:text>
           <xsl:copy-of select="document('../src/syntax.html')"/>
           <xsl:text>&#10;        </xsl:text>

Received on Tuesday, 14 July 2009 16:30:27 UTC