html5/spec-author-view/tools preprocess.xsl,1.39,1.40

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv28807/tools

Modified Files:
	preprocess.xsl 
Log Message:
revert to 1.4946

[updated by splitter]


Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- preprocess.xsl	2 Jun 2011 15:10:58 -0000	1.39
+++ preprocess.xsl	2 Jun 2011 15:39:48 -0000	1.40
@@ -17,6 +17,9 @@
       <script src="dfn.js" type="text/javascript"></script>
     </head>
   </xsl:template>
+  <xsl:template match="*[starts-with(@id, 'w3c-working-draft-')]">
+    <xsl:value-of select="substring-after(., 'W3C Working Draft')"/>
+  </xsl:template>
   <xsl:template match="*[@id = 'head']">
 <xsl:text>&#10;</xsl:text>
     <div>

Received on Thursday, 2 June 2011 15:39:52 UTC