- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Feb 2010 12:19:07 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv30692
Modified Files:
wsfrag.html
Log Message:
looks like I never checked in the html
Index: wsfrag.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsfrag.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- wsfrag.html 29 Jan 2010 04:25:32 -0000 1.48
+++ wsfrag.html 5 Feb 2010 12:19:05 -0000 1.49
@@ -63,10 +63,10 @@
8.2 <a href="#InvalidExpression">InvalidExpression</a><br/>
8.3 <a href="#UnsupportedMode">UnsupportedMode</a><br/>
9 <a href="#metadata">WS-Fragment Metadata</a><br/>
- 9.1 <a href="#iddiv2_1_1399">Fragment Assertion</a><br/>
+ 9.1 <a href="#iddiv2_1_1401">Fragment Assertion</a><br/>
10 <a href="#acks">Acknowledgements</a><br/>
11 <a href="#refs">References</a><br/>
- 11.1 <a href="#iddiv2_1_1452">Normative References</a><br/>
+ 11.1 <a href="#iddiv2_1_1454">Normative References</a><br/>
</p>
<h3><a name="appendices" id="appendices"/>Appendices</h3><p class="toc">A <a href="#Appendix_I__E2_80_93_XSD">XML Schema</a><br/>
B <a href="#changelog">Change Log</a><br/>
@@ -771,7 +771,20 @@
(02) <b>1</b>
(03) <wsf:TextNode>1</wsf:TextNode>
(04) <wsf:AttributeNode name="x">y</wsf:AttributeNode>
-(05) </wsf:Value></pre></div></div><p>The nodes in the node-set MAY be serialized in any order.</p></div><div class="div1">
+(05) </wsf:Value></pre></div></div><p>The nodes in the node-set MAY be serialized in any order.</p><p>
+ The namespace bindings are evaluated against any namespace
+ declarations that are in scope where the expression appears within the SOAP
+ message.
+ Note that the evaluation of expressions that rely on such context
+ dependent bindings is fragile in the face of transformations that alter
+ namespace prefixes. Such transformations might occur during the
+ transmission, processing, storage, or retrieval of a request. Clients
+ that wish to isolate expressions from the effects of any changes to the
+ namespace prefixes in the containing SOAP message are advised to
+ construct expressions in a manner that avoids the use of namespace
+ prefixes. For example, use an expression such as
+ "/a[namespace-uri()='http://www.example.com']" not "/ns1:a".
+ </p></div><div class="div1">
<h2><a name="Faults" id="Faults"/>8 Faults</h2><p>
All fault messages defined in this specification MUST be sent
according to the rules and usage described in
@@ -847,7 +860,7 @@
doing so the endpoint is indicating that the corresponding WS-Fragment
features are supported by that endpoint.
</p><div class="div2">
-<h3><a name="iddiv2_1_1399" id="iddiv2_1_1399"/>9.1 Fragment Assertion</h3><p>
+<h3><a name="iddiv2_1_1401" id="iddiv2_1_1401"/>9.1 Fragment Assertion</h3><p>
The mechanism for indicating that a binding or endpoint conforms to the
WS-Fragment specification is through the use of the Web Services
Policy - Framework <a href="#wspolicy">[WS-Policy]</a> and Web Services Policy -
@@ -915,7 +928,7 @@
Yves Lafon (W3C).
</p></div><div class="div1">
<h2><a name="refs" id="refs"/>11 References</h2><div class="div2">
-<h3><a name="iddiv2_1_1452" id="iddiv2_1_1452"/>11.1 Normative References</h3><dl><dt class="label"><a name="RFC2119" id="RFC2119"/>RFC 2119</dt><dd><a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>
+<h3><a name="iddiv2_1_1454" id="iddiv2_1_1454"/>11.1 Normative References</h3><dl><dt class="label"><a name="RFC2119" id="RFC2119"/>RFC 2119</dt><dd><a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>
Key words for use in RFCs to Indicate Requirement Levels
</cite></a>
, S. Bradner, Author.
@@ -1081,4 +1094,5 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8302">8302</a>,
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8180">8180</a>,
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8299">8299</a></td></tr><tr><td> 2010/01/28 </td><td> DD </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8191">8191</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=8191">8191</a></td></tr><tr><td> 2010/01/28 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8196">8196</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
Received on Friday, 5 February 2010 12:19:09 UTC