html5/markup/tools generate-spec-source.xsl,1.297,1.298

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

Modified Files:
	generate-spec-source.xsl 
Log Message:
document "non-empty URL" att value cases


Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -d -r1.297 -r1.298
--- generate-spec-source.xsl	15 Dec 2010 05:52:10 -0000	1.297
+++ generate-spec-source.xsl	17 Dec 2010 12:33:17 -0000	1.298
@@ -494,6 +494,9 @@
                   <xsl:when test="$pattern='uri'">
                     <h2 class="common-subhead"><dfn id="{@id}">URL potentially surrounded by spaces</dfn></h2>
                   </xsl:when>
+                  <xsl:when test="$pattern='uri.non-empty'">
+                    <h2 class="common-subhead"><dfn id="{@id}">Non-empty URL potentially surrounded by spaces</dfn></h2>
+                  </xsl:when>
                   <xsl:when test="$pattern='uris'">
                     <h2 class="common-subhead"><dfn id="{@id}">list of URIs</dfn></h2>
                   </xsl:when>
@@ -3352,6 +3355,9 @@
       <xsl:when test=".='uri'">
         <a href="{@href}">URL potentially surrounded by spaces</a>
       </xsl:when>
+      <xsl:when test=".='uri.non-empty'">
+        <a href="{@href}">Non-empty URL potentially surrounded by spaces</a>
+      </xsl:when>
       <xsl:when test=".='uris'">
         <a href="{@href}">list of URIs</a>
       </xsl:when>

Received on Friday, 17 December 2010 12:33:23 UTC