2004/ws/addressing entities.dtd,1.11,1.12

Update of /sources/public/2004/ws/addressing
In directory homer:/tmp/cvs-serv12093

Modified Files:
	entities.dtd 
Log Message:
Hard-coded WS-Addressing Core namespace


Index: entities.dtd
===================================================================
RCS file: /sources/public/2004/ws/addressing/entities.dtd,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** entities.dtd	9 Feb 2006 11:42:19 -0000	1.11
--- entities.dtd	13 Feb 2006 13:18:41 -0000	1.12
***************
*** 1,12 ****
  <!--
   comment this entity for publication
- -->
  <!ENTITY % sub.entities SYSTEM "entitiesedcopy.dtd" >
  
  <!--
   uncomment the following entity for publication, and change the date
   in entitieswd.dtd
- <!ENTITY % sub.entities SYSTEM "entitieswd.dtd" >
  -->
  
  %sub.entities;
--- 1,12 ----
  <!--
   comment this entity for publication
  <!ENTITY % sub.entities SYSTEM "entitiesedcopy.dtd" >
+ -->
  
  <!--
   uncomment the following entity for publication, and change the date
   in entitieswd.dtd
  -->
+ <!ENTITY % sub.entities SYSTEM "entitieswd.dtd" >
  
  %sub.entities;
***************
*** 25,30 ****
--- 25,34 ----
  
  <!-- XML Namespaces used in the drafts -->
+ <!ENTITY nsuri "http://www.w3.org/2005/08/addressing" >
+ <!ENTITY wsa-wsdl-nsuri "http://www.w3.org/&draft.year;/&draft.mm;/addressing/wsdl" >
+ <!--
  <!ENTITY nsuri "http://www.w3.org/&draft.year;/&draft.mm;/addressing" >
  <!ENTITY wsa-wsdl-nsuri "&nsuri;/wsdl" >
+ -->
  
  <!ENTITY wsdl20nsuri "http://www.w3.org/2006/01/wsdl" >

Received on Monday, 13 February 2006 13:18:52 UTC