html5/markup/tools generate-spec-source.xsl,1.239,1.240 specgen.xsl,1.53,1.54

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

Modified Files:
	generate-spec-source.xsl specgen.xsl 
Log Message:
checkpointing

Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -d -r1.239 -r1.240
--- generate-spec-source.xsl	10 Feb 2010 18:47:41 -0000	1.239
+++ generate-spec-source.xsl	11 Feb 2010 14:23:39 -0000	1.240
@@ -2618,13 +2618,13 @@
         title="{$ref}"
         href="#{$ref}">
         <xsl:text>shape</xsl:text>
-        <span class="attr-qualifier">
-          <xsl:text>.</xsl:text>
-          <xsl:call-template name="substring-after-last">
-            <xsl:with-param name="input" select="$ref"/>
-            <xsl:with-param name="substr">.</xsl:with-param>
-          </xsl:call-template>
-        </span>
+        <!-- * <span class="attr-qualifier"> -->
+          <!-- * <xsl:text>.</xsl:text> -->
+          <!-- * <xsl:call-template name="substring-after-last"> -->
+            <!-- * <xsl:with-param name="input" select="$ref"/> -->
+            <!-- * <xsl:with-param name="substr">.</xsl:with-param> -->
+          <!-- * </xsl:call-template> -->
+        <!-- * </span> -->
       </a>
       <xsl:text> = </xsl:text>
       <span class="attr-values">
@@ -2646,24 +2646,17 @@
           href="#{$coords.pattern}"
           >
           <xsl:text>coords</xsl:text>
-          <span class="attr-qualifier">
-            <xsl:text>.</xsl:text>
-            <xsl:call-template name="substring-after-last">
-              <xsl:with-param name="input" select="$ref"/>
-              <xsl:with-param name="substr">.</xsl:with-param>
-            </xsl:call-template>
-          </span>
+          <!-- * <span class="attr-qualifier"> -->
+            <!-- * <xsl:text>.</xsl:text> -->
+            <!-- * <xsl:call-template name="substring-after-last"> -->
+              <!-- * <xsl:with-param name="input" select="$ref"/> -->
+              <!-- * <xsl:with-param name="substr">.</xsl:with-param> -->
+            <!-- * </xsl:call-template> -->
+          <!-- * </span> -->
         </a>
         <xsl:text> = </xsl:text>
         <span class="attr-values">
-          <xsl:variable name="model">
-            <xsl:copy-of select="//*[@id=$coords.pattern]//*[@class='model']"/>
-          </xsl:variable>
-          <xsl:call-template name="string.subst">
-            <xsl:with-param name="string" select="$model"/>
-            <xsl:with-param name="target"> string "</xsl:with-param>
-            <xsl:with-param name="replacement">"</xsl:with-param>
-          </xsl:call-template>
+          <xsl:copy-of select="//*[@id=$coords.pattern]//*[@class='model']"/>
         </span>
       </xsl:if>
     </dt>

Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/specgen.xsl,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- specgen.xsl	8 Feb 2010 08:53:46 -0000	1.53
+++ specgen.xsl	11 Feb 2010 14:23:39 -0000	1.54
@@ -820,6 +820,7 @@
     <xsl:if test="
     not(.='embed.attrs.other')
     and not(starts-with(.,'common.'))
+    and not(.='shape')
     and not(following-sibling::*[1][self::h:span[contains(@class,'optional')]])
     and ancestor::h:*[@class='attr-content-models']
     ">

Received on Thursday, 11 February 2010 14:23:43 UTC