- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 11 Feb 2011 21:21:06 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/test
In directory hutz:/tmp/cvs-serv2236
Modified Files:
scenario.html scenario.xml
Log Message:
fix frag put variant #2 xpath
Index: scenario.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/test/scenario.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- scenario.xml 11 Feb 2011 17:43:27 -0000 1.10
+++ scenario.xml 11 Feb 2011 21:21:04 -0000 1.11
@@ -2303,7 +2303,7 @@
<item> <!-- 2 -->
<p>
Mode: Replace <phrase/>
- Expression: /* <phrase/>
+ Expression: / <phrase/>
Value: <sce:Animal> ... </sce:Animal> <phrase/>
Result: entire Animal is replaced
</p>
Index: scenario.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/test/scenario.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- scenario.html 11 Feb 2011 17:43:27 -0000 1.10
+++ scenario.html 11 Feb 2011 21:21:04 -0000 1.11
@@ -1046,7 +1046,7 @@
Result: a fault is generated
</p></li><li><p>
Mode: Replace <br/>
- Expression: /* <br/>
+ Expression: / <br/>
Value: <sce:Animal> ... </sce:Animal> <br/>
Result: entire Animal is replaced
</p></li><li><p>
Received on Friday, 11 February 2011 21:21:08 UTC