- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 11 Oct 2012 08:24:30 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv22290/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.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- postprocess.xsl 11 Oct 2012 07:52:06 -0000 1.24
+++ postprocess.xsl 11 Oct 2012 08:24:28 -0000 1.25
@@ -27,10 +27,10 @@
<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-') and not(key('local-frags',$ref))">
- <!-- * <xsl:message> -->
- <!-- * <xsl:value-of select="$ref"/> -->
- <!-- * </xsl:message> -->
+ <xsl:when test="starts-with($ref, '#dom-') or not(key('local-frags',$ref))">
+ <xsl:message>
+ <xsl:value-of select="$ref"/>
+ </xsl:message>
<xsl:variable name="filename">
<xsl:call-template name="get-filename">
<xsl:with-param name="ref" select="$ref"/>
Received on Thursday, 11 October 2012 08:24:31 UTC