- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Aug 2005 07:44:01 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory homer:/tmp/cvs-serv32255
Modified Files:
identityxmlspec.xsl
Log Message:
Added year parameter
Index: identityxmlspec.xsl
===================================================================
RCS file: /sources/public/2004/ws/addressing/identityxmlspec.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** identityxmlspec.xsl 2 Aug 2005 07:29:24 -0000 1.2
--- identityxmlspec.xsl 2 Aug 2005 07:43:59 -0000 1.3
***************
*** 6,9 ****
--- 6,11 ----
version="1.0">
+ <xsl:param name="year" select="''"/>
+
<xsl:output
method="xml"
***************
*** 17,25 ****
<xsl:comment>
/*
! * Copyright (c) 2005 World Wide Web Consortium,
*
* (Massachusetts Institute of Technology, European Research Consortium for
* Informatics and Mathematics, Keio University). All Rights Reserved. This
! * work is distributed under the W3C(r) Document License [1] in the hope that
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
--- 19,27 ----
<xsl:comment>
/*
! * Copyright © <xsl:value-of select="$year"/> World Wide Web Consortium,
*
* (Massachusetts Institute of Technology, European Research Consortium for
* Informatics and Mathematics, Keio University). All Rights Reserved. This
! * work is distributed under the W3C® Document License [1] in the hope that
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Received on Tuesday, 2 August 2005 07:49:09 UTC