- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Jun 2009 10:19:42 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv32121/tools
Modified Files:
generate-spec-source.xsl
Log Message:
h:tml; did a bit of streamlining in definitions of datatype primitives
Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -d -r1.179 -r1.180
--- generate-spec-source.xsl 16 Jun 2009 07:58:04 -0000 1.179
+++ generate-spec-source.xsl 16 Jun 2009 10:19:40 -0000 1.180
@@ -565,7 +565,7 @@
<h2>Datatypes</h2>
<xsl:text> </xsl:text>
<xsl:copy-of
- select="document('../src/datatypes.html')//*[@id='data-primitives']"/>
+ select="document('../src/datatypes.html')//h:section[ancestor::h:section]"/>
<xsl:for-each
select="document('../html.rnc.spec.html')//*[@class='pattern']
[starts-with(@id,'common.data.')
Received on Tuesday, 16 June 2009 10:19:48 UTC