- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Sep 2009 22:12:19 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies In directory hutz:/tmp/cvs-serv7782 Modified Files: wsrt.html wsrt.xml Log Message: 7235 Index: wsrt.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsrt.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- wsrt.html 26 Aug 2009 03:13:12 -0000 1.46 +++ wsrt.html 1 Sep 2009 22:12:17 -0000 1.47 @@ -430,6 +430,10 @@ result of evaluating an expression against a resource representation is serialized to XML and SHOULD specify any dialect-specific behavior for operations that access the resource representation. + </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 dialect operates. </p><div class="div3"> <h4><a name="qname" id="qname"/>4.2.1 QName Dialect</h4><p> The QName expression dialect is a simple dialect for @@ -527,7 +531,7 @@ define references to any element, attribute or value in the resource representation and can also be used to compute values from the resource representation. - </p><p>The XPath 1.0 dialect MUST be indicated by using the URI:</p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/TR/1999/REC-xpath-19991116</pre></div></div><p> + </p><p>The XPath 1.0 dialect MUST be indicated by using the URI:</p><div class="exampleOuter"><div class="exampleInner"><pre>http://www.w3.org/2009/02/ws-rst/Dialects/XPath10</pre></div></div><p> Implementations that support the full XPath 1.0 dialect MUST support the XPath Level 1 dialect. </p><p> @@ -794,7 +798,7 @@ For the sake of brevity, only the message body is shown. </p><div class="exampleOuter"> <div class="exampleHeader"><a name="get_xpath10" id="get_xpath10"/>Example 4-3: Example Get message using an XPath 1.0 query expression</div><div class="exampleInner"><pre>(01) <s:Body> -(02) <wsrt:Get Dialect="http://www.w3.org/TR/1999/REC-xpath-19991116" +(02) <wsrt:Get Dialect="http://www.w3.org/2009/02/ws-rst/Dialects/XPath10" (03) xmlns:d="http://example.org/sample"> (04) <wsrt:Expression> (05) count( d:Volume[d:TotalCapacity > 20000000000] ) @@ -2137,4 +2141,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=7196">7196</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/09/01 </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: wsrt.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsrt.xml,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- wsrt.xml 26 Aug 2009 03:13:12 -0000 1.35 +++ wsrt.xml 1 Sep 2009 22:12:17 -0000 1.36 @@ -747,6 +747,12 @@ operations that access the resource representation. </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 dialect operates. + </p> + <div3 id="qname"> <head>QName Dialect</head> @@ -926,7 +932,7 @@ <p>The XPath 1.0 dialect MUST be indicated by using the URI:</p> <example> - <eg>http://www.w3.org/TR/1999/REC-xpath-19991116</eg> + <eg>http://www.w3.org/2009/02/ws-rst/Dialects/XPath10</eg> </example> <p> @@ -1366,7 +1372,7 @@ <example id="get_xpath10"> <head>Example Get message using an XPath 1.0 query expression</head> <eg>(01) <s:Body> -(02) <wsrt:Get Dialect="http://www.w3.org/TR/1999/REC-xpath-19991116" +(02) <wsrt:Get Dialect="http://www.w3.org/2009/02/ws-rst/Dialects/XPath10" (03) xmlns:d="http://example.org/sample"> (04) <wsrt:Expression> (05) count( d:Volume[d:TotalCapacity > 20000000000] ) @@ -3812,6 +3818,13 @@ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7270">7270</loc> </td> </tr> + <tr> + <td> 2009/09/01 </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 Tuesday, 1 September 2009 22:12:28 UTC