html5/markup/tools specgen.xsl,1.98,1.99

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

Modified Files:
	specgen.xsl 
Log Message:
formatting


Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/specgen.xsl,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- specgen.xsl	12 May 2011 19:05:50 -0000	1.98
+++ specgen.xsl	23 May 2011 01:34:03 -0000	1.99
@@ -355,6 +355,7 @@
           <xsl:when test='$maturity="PER"'>Proposed Edited Recommendation</xsl:when>
           <xsl:when test='$maturity="REC"'>Recommendation</xsl:when>
           <xsl:when test='$maturity="WG-NOTE"'>Working Group Note</xsl:when>
+          <xsl:when test='$maturity="NOTE"'>Working Group Note</xsl:when>
           <xsl:otherwise>Editor’s Draft</xsl:otherwise>
         </xsl:choose>
         <xsl:text> </xsl:text>
@@ -551,6 +552,7 @@
       <xsl:when test='$maturity="PER"'>Proposed Edited Recommendation</xsl:when>
       <xsl:when test='$maturity="REC"'>Recommendation</xsl:when>
       <xsl:when test='$maturity="WG-NOTE"'>Working Group Note</xsl:when>
+      <xsl:when test='$maturity="NOTE"'>Working Group Note</xsl:when>
       <xsl:otherwise>Editor’s Draft</xsl:otherwise>
     </xsl:choose>
   </xsl:template>

Received on Monday, 23 May 2011 01:34:08 UTC