- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Aug 2005 07:40:30 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/tools
In directory homer:/tmp/cvs-serv31198
Modified Files:
identityxmlspec.xsl
Log Message:
Added year parameter
Index: identityxmlspec.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/tools/identityxmlspec.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** identityxmlspec.xsl 2 Aug 2005 05:21:26 -0000 1.4
--- identityxmlspec.xsl 2 Aug 2005 07:40:28 -0000 1.5
***************
*** 3,13 ****
<!-- $Id$ -->
- <!--
- This stylesheet is used to produced the W3C XML Schema
- -->
-
<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:output
method="xml"
--- 3,11 ----
<!-- $Id$ -->
<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
+ <xsl:param name="year" select="''"/>
+
<xsl:output
method="xml"
***************
*** 21,25 ****
<xsl:comment>
/*
! * Copyright (c) 2003 World Wide Web Consortium,
*
* (Massachusetts Institute of Technology, European Research Consortium for
--- 19,23 ----
<xsl:comment>
/*
! * Copyright (c) <xsl:value-of select="$year"/> World Wide Web Consortium,
*
* (Massachusetts Institute of Technology, European Research Consortium for
Received on Tuesday, 2 August 2005 07:41:04 UTC