- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Jun 2009 20:53:50 +0000
- To: public-ws-resource-access-notifications@w3.org
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) </s12:Envelope></eg> +(42) <wse:Filter xmlns:ow="http://www.example.org/oceanwatch" > +(43) /*/ow:Speed/[node() &gt; 50] +(44) </wse:Filter> +(45) </wse:Subscribe> +(46) </s12:Body> +(47) </s12:Envelope></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) <ew:MySubscription wsa:IsReferenceParameter="true"> (15) 2597 (16) </ew:MySubscription> -(17) <ow:EventTopics>weather.report weather.storms</ow:EventTopics> (18) </s12:Header> (19) <s12:Body> (20) <ow:WindReport> @@ -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) </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) </s12:Envelope></pre></div></div><p> +(42) <wse:Filter xmlns:ow="http://www.example.org/oceanwatch" > +(43) /*/ow:Speed/[node() &gt; 50] +(44) </wse:Filter> +(45) </wse:Subscribe> +(46) </s12:Body> +(47) </s12:Envelope></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) <ew:MySubscription wsa:IsReferenceParameter="true"> (15) 2597 (16) </ew:MySubscription> -(17) <ow:EventTopics>weather.report weather.storms</ow:EventTopics> (18) </s12:Header> (19) <s12:Body> (20) <ow:WindReport> @@ -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