- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 03 Dec 2010 07:23:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv10095/tools
Modified Files:
generate-spec-source.xsl
Log Message:
moved some contraints on src-less script elements
Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -d -r1.294 -r1.295
--- generate-spec-source.xsl 30 Nov 2010 06:55:53 -0000 1.294
+++ generate-spec-source.xsl 3 Dec 2010 07:23:44 -0000 1.295
@@ -28,7 +28,7 @@
<xsl:variable name="assertions">
<!-- * FIXME: really should be doing this with keys... -->
<xsl:for-each
- select="document('../schema/assertions.sch')//*[@context]">
+ select="document('../syntax/relaxng/assertions.sch')//*[@context]">
<s:rule>
<xsl:choose>
<xsl:when test="contains(@context,'|')">
@@ -50,7 +50,7 @@
</xsl:variable>
<xsl:variable name="warnings">
<xsl:for-each
- select="document('../schema/warnings.sch')//*[@context]">
+ select="document('../syntax/relaxng/warnings.sch')//*[@context]">
<s:rule>
<xsl:choose>
<xsl:when test="contains(@context,'|')">
Received on Friday, 3 December 2010 07:23:48 UTC