- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 21 Apr 2006 16:00:54 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory homer:/tmp/cvs-serv3657
Modified Files:
xmlspec.dtd xmlspec.xsl
Log Message:
Added shortname attribute used for translations
Index: xmlspec.xsl
===================================================================
RCS file: /sources/public/2004/ws/addressing/xmlspec.xsl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** xmlspec.xsl 21 Apr 2006 15:50:28 -0000 1.8
--- xmlspec.xsl 21 Apr 2006 16:00:52 -0000 1.9
***************
*** 1138,1141 ****
--- 1138,1145 ----
<!-- PLH end change -->
+ <xsl:if test="/spec/@role!='editors-copy' and /spec/@w3c-doctype='rec'">
+ See also <a href=" http://www.w3.org/2003/03/Translations/byTechnology?technology={/spec/@shortname}"><strong>translations</strong></a>.
+ </xsl:if>
+
<xsl:choose>
<xsl:when test="copyright">
Index: xmlspec.dtd
===================================================================
RCS file: /sources/public/2004/ws/addressing/xmlspec.dtd,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** xmlspec.dtd 21 Apr 2006 15:50:28 -0000 1.5
--- xmlspec.dtd 21 Apr 2006 16:00:52 -0000 1.6
***************
*** 462,465 ****
--- 462,466 ----
|ext-review
|final) #IMPLIED
+ shortname CDATA #IMPLIED
xmlns:xlink CDATA #FIXED
"http://www.w3.org/1999/xlink"
Received on Friday, 21 April 2006 16:01:06 UTC