- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Aug 2009 03:25:12 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies In directory hutz:/tmp/cvs-serv2136 Modified Files: wsenum.html wsenum.xml wseventing.html wseventing.xml Log Message: 7235 Index: wseventing.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- wseventing.xml 26 Aug 2009 03:13:12 -0000 1.67 +++ wseventing.xml 26 Aug 2009 03:25:10 -0000 1.68 @@ -982,7 +982,7 @@ <label id="Dialect"> <kw>[Body]</kw>/wse:Subscribe/wse:Filter/@Dialect </label> <def> <p> - Implied value is "http://www.w3.org/TR/1999/REC-xpath-19991116". + Implied value is "http://www.w3.org/2009/02/ws-evt/Dialects/XPath10". </p> <p> @@ -995,14 +995,17 @@ a filter dialect could allow the definition of a composite filter that contained multiple filters from other dialects. + New dialect definitions MUST include sufficient information for + proper application. For example, it would need to include the + context (which data) over which the filter operates. </p> </def> </gitem> <gitem> <label> <kw>[Body]</kw>/wse:Subscribe/wse:Filter/@Dialect="<loc - href="http://www.w3.org/TR/1999/REC-xpath-19991116"> - http://www.w3.org/TR/1999/REC-xpath-19991116 + href="http://www.w3.org/2009/02/ws-evt/Dialects/XPath10"> + http://www.w3.org/2009/02/ws-evt/Dialects/XPath10 </loc>" </label> <def> @@ -3033,7 +3036,7 @@ minOccurs="0" maxOccurs="unbounded" /> </xs:sequence> <xs:attribute name="Dialect" type="xs:anyURI" use="optional" - default="http://www.w3.org/TR/1999/REC-xpath-19991116" /> + default="http://www.w3.org/2009/02/ws-evt/Dialects/XPath10" /> <xs:anyAttribute namespace="##other" processContents="lax" /> </xs:complexType> @@ -3713,6 +3716,13 @@ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7270">7270</loc> </td> </tr> + <tr> + <td> 2009/08/25 </td> + <td> DD </td> + <td> Added resolution of issue + <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7235">7235</loc> + </td> + </tr> </tbody> </table> </div1> Index: wseventing.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v retrieving revision 1.76 retrieving revision 1.77 diff -u -d -r1.76 -r1.77 --- wseventing.html 26 Aug 2009 03:13:12 -0000 1.76 +++ wseventing.html 26 Aug 2009 03:25:10 -0000 1.77 @@ -562,7 +562,7 @@ If an Event Source detects this condition it MUST generate a wse:EmptyFilter fault in response to the Subscribe request message. </p></dd><dt class="label"><a name="Dialect" id="Dialect"/><b>[Body]</b>/wse:Subscribe/wse:Filter/@Dialect </dt><dd><p> - Implied value is "http://www.w3.org/TR/1999/REC-xpath-19991116". + Implied value is "http://www.w3.org/2009/02/ws-evt/Dialects/XPath10". </p><p> While an XPath predicate expression provides great flexibility and power, alternate filter dialects may be @@ -573,8 +573,11 @@ a filter dialect could allow the definition of a composite filter that contained multiple filters from other dialects. - </p></dd><dt class="label"><b>[Body]</b>/wse:Subscribe/wse:Filter/@Dialect="<a href="http://www.w3.org/TR/1999/REC-xpath-19991116"> - http://www.w3.org/TR/1999/REC-xpath-19991116 + New dialect definitions MUST include sufficient information for + proper application. For example, it would need to include the + context (which data) over which the filter operates. + </p></dd><dt class="label"><b>[Body]</b>/wse:Subscribe/wse:Filter/@Dialect="<a href="http://www.w3.org/2009/02/ws-evt/Dialects/XPath10"> + http://www.w3.org/2009/02/ws-evt/Dialects/XPath10 </a>" </dt><dd><p> Value of <b>[Body]</b>/wse:Subscribe/wse:Filter is an XPath @@ -1698,7 +1701,7 @@ minOccurs="0" maxOccurs="unbounded" /> </xs:sequence> <xs:attribute name="Dialect" type="xs:anyURI" use="optional" - default="http://www.w3.org/TR/1999/REC-xpath-19991116" /> + default="http://www.w3.org/2009/02/ws-evt/Dialects/XPath10" /> <xs:anyAttribute namespace="##other" processContents="lax" /> </xs:complexType> @@ -2077,4 +2080,5 @@ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7205">7205</a></td></tr><tr><td> 2009/08/18 </td><td> DD </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7206">7206</a></td></tr><tr><td> 2009/08/25 </td><td> DD </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7365">7365</a></td></tr><tr><td> 2009/08/25 </td><td> DD </td><td> Added resolution of issue - <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7270">7270</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=7270">7270</a></td></tr><tr><td> 2009/08/25 </td><td> DD </td><td> Added resolution of issue + <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7235">7235</a></td></tr></tbody></table></div></div></body></html> \ No newline at end of file Index: wsenum.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- wsenum.html 26 Aug 2009 03:13:11 -0000 1.54 +++ wsenum.html 26 Aug 2009 03:25:09 -0000 1.55 @@ -422,8 +422,12 @@ wsen:CannotProcessFilter fault. </p></dd><dt class="label"><a name="Dialect" id="Dialect"/><b>[Body]</b>/wsen:Enumerate/wsen:Filter/@Dialect </dt><dd><p> Implied value is - "http://www.w3.org/TR/1999/REC-xpath-19991116". - </p><p><b>[Body]</b>/wsen:Enumerate/wsen:Filter/@Dialect="http://www.w3.org/TR/1999/REC-xpath-19991116" + "http://www.w3.org/2009/02/ws-enu/Dialects/XPath10". + </p><p> + New dialect definitions MUST include sufficient information for + proper application. For example, it would need to include the + context (which data) over which the filter operates. + </p><p><b>[Body]</b>/wsen:Enumerate/wsen:Filter/@Dialect="http://www.w3.org/2009/02/ws-enu/Dialects/XPath10" </p><p> Value of <b>[Body]</b>/wsenu:Enumerate/wsen:Filter is an XPath <a href="#XPath1">[XPath1.0]</a> @@ -1693,4 +1697,5 @@ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7206">7206</a></td></tr><tr><td> 2009/08/18 </td><td> DD </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7193">7193</a></td></tr><tr><td> 2009/08/25 </td><td> DD </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7365">7365</a></td></tr><tr><td> 2009/08/25 </td><td> DD </td><td> Added resolution of issue - <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7270">7270</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=7270">7270</a></td></tr><tr><td> 2009/08/25 </td><td> DD </td><td> Added resolution of issue + <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7235">7235</a></td></tr></tbody></table></div></div></body></html> \ No newline at end of file Index: wsenum.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.xml,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- wsenum.xml 26 Aug 2009 03:13:12 -0000 1.45 +++ wsenum.xml 26 Aug 2009 03:25:09 -0000 1.46 @@ -719,10 +719,17 @@ <def> <p> Implied value is - "http://www.w3.org/TR/1999/REC-xpath-19991116". + "http://www.w3.org/2009/02/ws-enu/Dialects/XPath10". </p> + <p> - <kw>[Body]</kw>/wsen:Enumerate/wsen:Filter/@Dialect="http://www.w3.org/TR/1999/REC-xpath-19991116" + New dialect definitions MUST include sufficient information for + proper application. For example, it would need to include the + context (which data) over which the filter operates. + </p> + + <p> + <kw>[Body]</kw>/wsen:Enumerate/wsen:Filter/@Dialect="http://www.w3.org/2009/02/ws-enu/Dialects/XPath10" </p> <p> Value of <kw>[Body]</kw>/wsenu:Enumerate/wsen:Filter is @@ -2988,6 +2995,13 @@ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7270">7270</loc> </td> </tr> + <tr> + <td> 2009/08/25 </td> + <td> DD </td> + <td> Added resolution of issue + <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7235">7235</loc> + </td> + </tr> </tbody> </table> </div1>
Received on Wednesday, 26 August 2009 03:25:22 UTC