html5/spec-author-view/tools postprocess.xsl,1.22,1.23

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

Modified Files:
	postprocess.xsl 
Log Message:
updated

Index: postprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/postprocess.xsl,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- postprocess.xsl	5 Jul 2011 09:13:00 -0000	1.22
+++ postprocess.xsl	11 Oct 2012 07:15:18 -0000	1.23
@@ -27,7 +27,7 @@
   <xsl:template match="a[@href[starts-with(.,'#')]]" name="check-full-spec-link">
     <xsl:variable name="ref" select="@href"/>
     <xsl:choose>
-      <xsl:when test="not(key('local-frags',$ref))">
+      <xsl:when test="starts-with($ref, '#dom-') or not(key('local-frags',$ref))">
         <!-- * <xsl:message> -->
           <!-- * <xsl:value-of select="$ref"/> -->
         <!-- * </xsl:message> -->

Received on Thursday, 11 October 2012 07:15:26 UTC