WWW/2002/ws/ra/edcopies wseventing.html,1.56,1.57 wseventing.xml,1.48,1.49

Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv16771

Modified Files:
	wseventing.html wseventing.xml 
Log Message:
6986


Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- wseventing.xml	4 Jun 2009 20:38:55 -0000	1.48
+++ wseventing.xml	4 Jun 2009 20:53:48 -0000	1.49
@@ -1246,13 +1246,12 @@
 (39)         </wse:NotifyTo>
 (40)       </wse:Delivery>
 (41)       <wse:Expires>2004-06-26T21:07:00.000-08:00</wse:Expires>
-(42)       <wse:Filter xmlns:ow="http://www.example.org/oceanwatch"
-(43)           Dialect="http://www.example.org/topicFilter" >
-(44)         weather.storms
-(45)       </wse:Filter>
-(46)     </wse:Subscribe>
-(47)   </s12:Body>
-(48) &lt;/s12:Envelope&gt;</eg>
+(42)       &lt;wse:Filter xmlns:ow="http://www.example.org/oceanwatch" &gt;
+(43)         /*/ow:Speed/[node() &amp;gt; 50]
+(44)       &lt;/wse:Filter&gt;
+(45)     &lt;/wse:Subscribe&gt;
+(46)   &lt;/s12:Body&gt;
+(47) &lt;/s12:Envelope&gt;</eg>
     </example>
 
     <p>
@@ -1275,8 +1274,8 @@
     </p>
 
     <p>
-     Lines (42-45) indicate the event sink only wants weather
-     reports where topic is storms, using a custom filter dialect.
+     Lines (42-44) indicate the event sink only wants weather
+     reports where the speed of wind is greater than 50.
     </p>
 
     <p>
@@ -1942,7 +1941,6 @@
 (14)     &lt;ew:MySubscription wsa:IsReferenceParameter="true"&gt;
 (15)       2597
 (16)     &lt;/ew:MySubscription&gt;
-(17)     &lt;ow:EventTopics&gt;weather.report weather.storms&lt;/ow:EventTopics&gt;
 (18)   &lt;/s12:Header&gt;
 (19)   &lt;s12:Body&gt;
 (20)     &lt;ow:WindReport&gt;
@@ -3673,6 +3671,13 @@
        <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6916">6916</loc>
       </td>
      </tr>
+     <tr>
+      <td> 2009/06/04 </td>
+      <td> DD </td>
+      <td> Added resolution of issue 
+       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6986">6986</loc>
+      </td>
+     </tr>
     </tbody>
    </table>
   </div1>

Index: wseventing.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- wseventing.html	4 Jun 2009 20:38:55 -0000	1.56
+++ wseventing.html	4 Jun 2009 20:53:48 -0000	1.57
@@ -722,13 +722,12 @@
 (39)         &lt;/wse:NotifyTo&gt;
 (40)       &lt;/wse:Delivery&gt;
 (41)       &lt;wse:Expires&gt;2004-06-26T21:07:00.000-08:00&lt;/wse:Expires&gt;
-(42)       &lt;wse:Filter xmlns:ow="http://www.example.org/oceanwatch"
-(43)           Dialect="http://www.example.org/topicFilter" &gt;
-(44)         weather.storms
-(45)       &lt;/wse:Filter&gt;
-(46)     &lt;/wse:Subscribe&gt;
-(47)   &lt;/s12:Body&gt;
-(48) &lt;/s12:Envelope&gt;</pre></div></div><p>
+(42)       &lt;wse:Filter xmlns:ow="http://www.example.org/oceanwatch" &gt;
+(43)         /*/ow:Speed/[node() &amp;gt; 50]
+(44)       &lt;/wse:Filter&gt;
+(45)     &lt;/wse:Subscribe&gt;
+(46)   &lt;/s12:Body&gt;
+(47) &lt;/s12:Envelope&gt;</pre></div></div><p>
      Like the request in <a href="#Table1">Example 2-1</a>, Lines
      (07-09) of <a href="#Table4">Example 4-1</a> indicate the message is
      a request to create a subscription. Line (19) indicates that it
@@ -742,8 +741,8 @@
      Line (41) indicates the event sink would prefer to have the
      subscription expire on 26 June 2004 at 9:07 PM Pacific time.
     </p><p>
-     Lines (42-45) indicate the event sink only wants weather
-     reports where topic is storms, using a custom filter dialect.
+     Lines (42-44) indicate the event sink only wants weather
+     reports where the speed of wind is greater than 50.
     </p><p><a href="#Table5">Example 4-2</a> lists a hypothetical response to the request in
      <a href="#Table4">Example 4-1</a>.
     </p><div class="exampleOuter">
@@ -1203,7 +1202,6 @@
 (14)     &lt;ew:MySubscription wsa:IsReferenceParameter="true"&gt;
 (15)       2597
 (16)     &lt;/ew:MySubscription&gt;
-(17)     &lt;ow:EventTopics&gt;weather.report weather.storms&lt;/ow:EventTopics&gt;
 (18)   &lt;/s12:Header&gt;
 (19)   &lt;s12:Body&gt;
 (20)     &lt;ow:WindReport&gt;
@@ -2094,4 +2092,5 @@
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6674">6674</a></td></tr><tr><td> 2009/05/27 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6906">6906</a></td></tr><tr><td> 2009/06/04 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6955">6955</a></td></tr><tr><td> 2009/06/04 </td><td> DD </td><td> Added resolution of issue 
-       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6916">6916</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
+       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6916">6916</a></td></tr><tr><td> 2009/06/04 </td><td> DD </td><td> Added resolution of issue 
+       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6986">6986</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file

Received on Thursday, 4 June 2009 20:53:57 UTC