html5/markup/tools specgen.xsl,1.35,1.36

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

Modified Files:
	specgen.xsl 
Log Message:
many refinements to h:tml syntax section for clarity and concision


Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/specgen.xsl,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- specgen.xsl	29 Jun 2009 09:18:50 -0000	1.35
+++ specgen.xsl	20 Jul 2009 14:56:54 -0000	1.36
@@ -52,7 +52,7 @@
       <xsl:text>&#10;  </xsl:text>
       <xsl:choose>
         <xsl:when test="$maturity = 'ED'">
-          <link rel='stylesheet' href='http://www.w3.org/StyleSheets/TR/W3C-ED' type='text/css'/>
+          <link rel='stylesheet' href='W3C-ED.css' type='text/css'/>
         </xsl:when>
         <xsl:when test='
           $maturity="WD"
@@ -72,7 +72,7 @@
   <!-- * suppress meta@charset -->
   <xsl:template match="h:meta[@charset]"/>
   <!-- * suppress duplication of ED CSS link -->
-  <xsl:template match="h:head/h:link[@href = 'http://www.w3.org/StyleSheets/TR/W3C-ED']"/>
+  <xsl:template match="h:head/h:link[contains(@href,'W3C-ED')]"/>
   <!-- * remove source CSS link -->
   <xsl:template match="h:head/h:link[@href = 'src.css']"/>
   <!-- * remove info stuff -->

Received on Monday, 20 July 2009 14:57:05 UTC