- From: David Booth <dbooth@dev.w3.org>
- Date: Mon, 20 Dec 2004 15:53:38 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv17311
Modified Files:
entitieswd.dtd
Log Message:
Changed the definitions for parts 1-3 to be fixed dates, because their pub
dates are different from the primer pub date.
Index: entitieswd.dtd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/entitieswd.dtd,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** entitieswd.dtd 20 Dec 2004 08:29:16 -0000 1.7
--- entitieswd.dtd 20 Dec 2004 15:53:36 -0000 1.8
***************
*** 7,14 ****
<!ENTITY draft.month "December">
<!ENTITY draft.mm "12">
! <!ENTITY draft.day "23">
! <!ENTITY draft.dd "23">
<!-- Don't touch after this line -->
<!ENTITY draft.date "&draft.year;&draft.mm;&draft.dd;">
--- 7,19 ----
<!ENTITY draft.month "December">
<!ENTITY draft.mm "12">
! <!ENTITY draft.day "21">
! <!ENTITY draft.dd "21">
<!-- Don't touch after this line -->
+ <!-- ****** WARNING ********
+ WARNING from dbooth: I had to change some lines below, because the
+ primer pub date is different from the other parts.
+ Look for "dbooth" below.
+ ************** -->
<!ENTITY draft.date "&draft.year;&draft.mm;&draft.dd;">
***************
*** 36,39 ****
--- 41,46 ----
<!ENTITY w3c-designation-part0
"&w3c.tr.latest;/&draft.year;/WD-&part0.prefix;-&draft.date;">
+
+ <!-- dbooth: Here are the old lines for all the same dates:
<!ENTITY w3c-designation-part1
"&w3c.tr.latest;/&draft.year;/WD-&part1.prefix;-&draft.date;">
***************
*** 42,45 ****
--- 49,62 ----
<!ENTITY w3c-designation-part3
"&w3c.tr.latest;/&draft.year;/WD-&part3.prefix;-&draft.date;">
+ -->
+
+ <!-- dbooth: Here are the new lines for different dates: -->
+ <!ENTITY w3c-designation-part1
+ "&w3c.tr.latest;/&draft.year;/WD-&part1.prefix;-20040803">
+ <!ENTITY w3c-designation-part2
+ "&w3c.tr.latest;/&draft.year;/WD-&part2.prefix;-20040803">
+ <!ENTITY w3c-designation-part3
+ "&w3c.tr.latest;/&draft.year;/WD-&part3.prefix;-20040803">
+
<!ENTITY w3c-designation-soap11binding
"&w3c.tr.latest;/&draft.year;/WD-&soap11binding.prefix;-&draft.date;">
Received on Monday, 20 December 2004 15:53:39 UTC