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

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv14901/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.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- postprocess.xsl	11 Oct 2012 07:15:18 -0000	1.23
+++ postprocess.xsl	11 Oct 2012 07:52:06 -0000	1.24
@@ -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="starts-with($ref, '#dom-') or not(key('local-frags',$ref))">
+      <xsl:when test="starts-with($ref, '#dom-') and not(key('local-frags',$ref))">
         <!-- * <xsl:message> -->
           <!-- * <xsl:value-of select="$ref"/> -->
         <!-- * </xsl:message> -->

Received on Thursday, 11 October 2012 07:52:09 UTC