- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Sep 2009 17:42:34 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv29595
Modified Files:
xmlspec.xsl
Log Message:
needed for new refs
Index: xmlspec.xsl
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/xmlspec.xsl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- xmlspec.xsl 2 Sep 2009 12:51:21 -0000 1.12
+++ xmlspec.xsl 23 Sep 2009 17:42:32 -0000 1.13
@@ -322,9 +322,9 @@
<dd xmlns="http://www.w3.org/1999/xhtml">
<xsl:apply-templates/>
<xsl:if test="@href">
- <xsl:text> (See </xsl:text>
- <xsl:value-of select="@href"/>
- <xsl:text>.)</xsl:text>
+ <xsl:text> Available at </xsl:text>
+ <a href="{@href}"><xsl:value-of select="@href"/></a>
+ <xsl:text>.</xsl:text>
</xsl:if>
</dd>
</xsl:template>
Received on Wednesday, 23 September 2009 17:42:42 UTC