- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 09 Feb 2010 19:41:46 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv11319
Modified Files:
entitieswd.dtd wseventing.html wseventing.xml
Log Message:
Fix a bad URL to EVD stuff in ws-eventing
Index: entitieswd.dtd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/entitieswd.dtd,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- entitieswd.dtd 17 Nov 2009 21:00:39 -0000 1.13
+++ entitieswd.dtd 9 Feb 2010 19:41:44 -0000 1.14
@@ -2,6 +2,7 @@
<!-- $Id$ -->
<!ENTITY all.nsprefix "2009/09">
+<!-- <!ENTITY all.nsprefix "2002/ws/ra/edcopies"> -->
<!ENTITY wsenu.nsprefix "&all.nsprefix;">
<!ENTITY wsevt.nsprefix "&all.nsprefix;">
Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -d -r1.152 -r1.153
--- wseventing.xml 8 Feb 2010 18:11:29 -0000 1.152
+++ wseventing.xml 9 Feb 2010 19:41:44 -0000 1.153
@@ -3297,7 +3297,7 @@
</p>
<example>
- <eg><loc href="http://www.w3.org/&wsevt.nsprefix;/ws-evt/EventDescriptions">http://www.w3.org/&wsevt.nsprefix;/ws-evt/EventDescriptions</loc></eg>
+ <eg><loc href="http://www.w3.org/&wsevd.nsprefix;/ws-evd/EventDescriptions">http://www.w3.org/&wsevd.nsprefix;/ws-evd/EventDescriptions</loc></eg>
</example>
<p>
@@ -3466,7 +3466,7 @@
When WS-MetadataExchange is used to retrieve metadata about an event
source, recipients of mex:Metadata elements that contain Metadata
Sections with both the
- "http://www.w3.org/&wsevt.nsprefix;/ws-evt/EventDescriptions" and
+ "http://www.w3.org/&wsevd.nsprefix;/ws-evd/EventDescriptions" and
"http://www.w3.org/&wsevt.nsprefix;/ws-evt/NotificationWSDL" dialects MUST
regard these Metadata Sections as relating to the same set of events.
In cases where the mex:Metadata element contains multiple
Index: wseventing.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- wseventing.html 8 Feb 2010 18:11:29 -0000 1.158
+++ wseventing.html 9 Feb 2010 19:41:44 -0000 1.159
@@ -1856,7 +1856,7 @@
the mechanisms described in WS-MetadataExchange <a href="#MEX">[WS-MetadataExchange]</a>.
This specification defines the following IRI to serve as the Dialect
IRI for the wse:EventDescriptions element.
- </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-evt/EventDescriptions">http://www.w3.org/2009/09/ws-evt/EventDescriptions</a></pre></div></div><p>
+ </p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/09/ws-evd/EventDescriptions">http://www.w3.org/2009/09/ws-evd/EventDescriptions</a></pre></div></div><p>
The value of the @Identifier attribute for this Metadata Section MUST
be equal to the value of its wse:EventDescriptions/@targetNamespace. An
event source MUST NOT have more than one EventDescriptions document.
@@ -1966,7 +1966,7 @@
When WS-MetadataExchange is used to retrieve metadata about an event
source, recipients of mex:Metadata elements that contain Metadata
Sections with both the
- "http://www.w3.org/2009/09/ws-evt/EventDescriptions" and
+ "http://www.w3.org/2009/09/ws-evd/EventDescriptions" and
"http://www.w3.org/2009/09/ws-evt/NotificationWSDL" dialects MUST
regard these Metadata Sections as relating to the same set of events.
In cases where the mex:Metadata element contains multiple
Received on Tuesday, 9 February 2010 19:41:48 UTC