- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 11 Feb 2011 17:21:42 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/test
In directory hutz:/tmp/cvs-serv7321
Modified Files:
scenario.html scenario.xml
Log Message:
update an xpath
Index: scenario.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/test/scenario.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- scenario.xml 8 Feb 2011 00:57:13 -0000 1.8
+++ scenario.xml 11 Feb 2011 17:21:40 -0000 1.9
@@ -2303,7 +2303,7 @@
<item> <!-- 2 -->
<p>
Mode: Replace <phrase/>
- Expression: /*[1] <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.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- scenario.html 8 Feb 2011 00:57:13 -0000 1.8
+++ scenario.html 11 Feb 2011 17:21:40 -0000 1.9
@@ -1046,7 +1046,7 @@
Result: a fault is generated
</p></li><li><p>
Mode: Replace <br/>
- Expression: /*[1] <br/>
+ Expression: /* <br/>
Value: <sce:Animal> ... </sce:Animal> <br/>
Result: entire Animal is replaced
</p></li><li><p>
Received on Friday, 11 February 2011 17:21:43 UTC