- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Dec 2009 00:03:15 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv4559
Modified Files:
wsfrag.html wsfrag.xml
Log Message:
8194
Index: wsfrag.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsfrag.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- wsfrag.html 17 Nov 2009 22:05:22 -0000 1.37
+++ wsfrag.html 9 Dec 2009 00:03:13 -0000 1.38
@@ -661,15 +661,14 @@
node-set containing a single element node which serializes directly:
</p><div class="exampleOuter"><div class="exampleInner"><pre>(01) <b> <c d="30"> 20 </c> </b></pre></div></div><p>
In the event that there is more than one node which would
- match the XPath, the implementation SHOULD select or return the first node
+ match the XPath, the implementation MUST select or return the first node
only. This allows simple implementations to avoid the overhead of
checking the remainder of the resource document for a possible match.
</p><p>
Conformant implementations MAY supply additional functions
and capabilities, but MUST adhere to the minimum behavior described above.
</p><p>
- Expressions in this language MUST NOT evaluate to more than a
- single node. The XPath Level 1 language does not support computed values.
+ The XPath Level 1 language does not support computed values.
Text and attribute nodes MUST be serialized using the same serialization
as for the XPath 1.0 language.
</p></div><div class="div1">
@@ -1066,4 +1065,5 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7207">7207</a></td></tr><tr><td> 2009/11/06 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7969">7969</a></td></tr><tr><td> 2009/11/06 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8124">8124</a></td></tr><tr><td> 2009/11/17 </td><td> DD </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8280">8280</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=8280">8280</a></td></tr><tr><td> 2009/12/08 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8194">8194</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
Index: wsfrag.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsfrag.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- wsfrag.xml 17 Nov 2009 22:05:22 -0000 1.37
+++ wsfrag.xml 9 Dec 2009 00:03:13 -0000 1.38
@@ -1202,7 +1202,7 @@
<p>
In the event that there is more than one node which would
- match the XPath, the implementation SHOULD select or return the first node
+ match the XPath, the implementation MUST select or return the first node
only. This allows simple implementations to avoid the overhead of
checking the remainder of the resource document for a possible match.
</p>
@@ -1213,8 +1213,7 @@
</p>
<p>
- Expressions in this language MUST NOT evaluate to more than a
- single node. The XPath Level 1 language does not support computed values.
+ The XPath Level 1 language does not support computed values.
Text and attribute nodes MUST be serialized using the same serialization
as for the XPath 1.0 language.
</p>
@@ -2092,6 +2091,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8280">8280</loc>
</td>
</tr>
+ <tr>
+ <td> 2009/12/08 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8194">8194</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Received on Wednesday, 9 December 2009 00:03:24 UTC