- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Aug 2005 07:12:29 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory homer:/tmp/cvs-serv25743
Modified Files:
ws-addr-core.xml ws-addr-soap.xml ws-addr-wsdl.xml
Added Files:
identityxmlspec.xsl
Log Message:
Updated doctype decl
Index: ws-addr-wsdl.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-wsdl.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** ws-addr-wsdl.xml 25 May 2005 21:40:40 -0000 1.46
--- ws-addr-wsdl.xml 2 Aug 2005 07:12:27 -0000 1.47
***************
*** 1,5 ****
<?xml version="1.0"?>
<!-- $Id$ -->
! <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.1//EN" "xmlspec.dtd" [
<!ENTITY prefix "ws-addr-wsdl">
<!ENTITY % entities SYSTEM "entities.dtd" >
--- 1,5 ----
<?xml version="1.0"?>
<!-- $Id$ -->
! <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.2+Addr//EN" "xmlspec.dtd" [
<!ENTITY prefix "ws-addr-wsdl">
<!ENTITY % entities SYSTEM "entities.dtd" >
--- NEW FILE: identityxmlspec.xsl ---
<?xml version="1.0"?>
<!-- $Id: identityxmlspec.xsl,v 1.1 2005/08/02 07:12:27 hugo Exp $ -->
<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:output
method="xml"
encoding="utf-8"
omit-xml-declaration="no"
doctype-public="-//W3C//DTD Specification V2.2+Addr//EN"
doctype-system="xmlspec.dtd"
/>
<xsl:template match="/">
<xsl:comment>
/*
* Copyright (c) 2003 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.
*
* [1] http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231
*/
</xsl:comment>
<xsl:apply-templates />
</xsl:template>
<xsl:template match="inform-div1[@id='Change-log']">
</xsl:template>
<xsl:template match="@*|node()">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>
</xsl:transform>
Index: ws-addr-soap.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-soap.xml,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -d -r1.90 -r1.91
*** ws-addr-soap.xml 29 Jul 2005 09:02:15 -0000 1.90
--- ws-addr-soap.xml 2 Aug 2005 07:12:27 -0000 1.91
***************
*** 1,5 ****
<?xml version="1.0"?>
<!-- $Id$ -->
! <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.1//EN" "xmlspec.dtd" [
<!ENTITY prefix "ws-addr-soap">
<!ENTITY % entities SYSTEM "entities.dtd" >
--- 1,5 ----
<?xml version="1.0"?>
<!-- $Id$ -->
! <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.2+Addr//EN" "xmlspec.dtd" [
<!ENTITY prefix "ws-addr-soap">
<!ENTITY % entities SYSTEM "entities.dtd" >
Index: ws-addr-core.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-core.xml,v
retrieving revision 1.110
retrieving revision 1.111
diff -C2 -d -r1.110 -r1.111
*** ws-addr-core.xml 29 Jul 2005 08:42:13 -0000 1.110
--- ws-addr-core.xml 2 Aug 2005 07:12:27 -0000 1.111
***************
*** 1,5 ****
<?xml version="1.0"?>
<!-- $Id$ -->
! <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.1//EN" "xmlspec.dtd" [
<!ENTITY prefix "ws-addr-core">
<!ENTITY % entities SYSTEM "entities.dtd" >
--- 1,5 ----
<?xml version="1.0"?>
<!-- $Id$ -->
! <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.2+Addr//EN" "xmlspec.dtd" [
<!ENTITY prefix "ws-addr-core">
<!ENTITY % entities SYSTEM "entities.dtd" >
Received on Tuesday, 2 August 2005 07:12:36 UTC