html5/markup/tools generate-spec-source.xsl,1.196,1.197

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

Modified Files:
	generate-spec-source.xsl 
Log Message:
experiment with replacing the term "resource" with "content"


Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -d -r1.196 -r1.197
--- generate-spec-source.xsl	1 Aug 2009 16:46:56 -0000	1.196
+++ generate-spec-source.xsl	2 Aug 2009 07:07:46 -0000	1.197
@@ -369,8 +369,8 @@
                     title="{@id}">
                     <xsl:copy-of select="$shared-attr-name"/>
                   </dfn>
+                  <xsl:text> = </xsl:text>
                   <span class="attr-values">
-                    <xsl:text> = </xsl:text>
                     <xsl:for-each select="h:span[@class='model']/node()">
                       <xsl:choose>
                         <xsl:when
@@ -2149,8 +2149,8 @@
             <xsl:copy-of
               select="//*[@id=$ref]//*[@class='model']"/>
           </xsl:variable>
+          <xsl:text> = </xsl:text>
           <span class="attr-values">
-            <xsl:text> = </xsl:text>
             <xsl:choose>
               <xsl:when test="$ref='form.attrs.method' or $ref='form.attrs.enctype'">
                 <xsl:variable name="datatype" select="concat($ref,'.data')"/>
@@ -2253,8 +2253,8 @@
           </xsl:call-template>
         </span>
       </a>
+      <xsl:text> = </xsl:text>
       <span class="attr-values">
-        <xsl:text> = </xsl:text>
         <xsl:variable name="model">
           <xsl:copy-of select="//*[@id=$ref]//*[@class='model']"/>
         </xsl:variable>
@@ -2286,8 +2286,8 @@
             </xsl:call-template>
           </span>
         </a>
+        <xsl:text> = </xsl:text>
         <span class="attr-values">
-          <xsl:text> = </xsl:text>
           <xsl:variable name="model">
             <xsl:copy-of select="//*[@id=$coords.pattern]//*[@class='model']"/>
           </xsl:variable>

Received on Sunday, 2 August 2009 07:08:05 UTC