- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 12 Feb 2011 22:40:06 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/test
In directory hutz:/tmp/cvs-serv3349
Modified Files:
scenario.html scenario.xml
Log Message:
fix xpath
Index: scenario.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/test/scenario.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- scenario.xml 11 Feb 2011 21:21:04 -0000 1.11
+++ scenario.xml 12 Feb 2011 22:40:04 -0000 1.12
@@ -1696,7 +1696,7 @@
Filter in dialect 'http://www.w3.org/2010/08/ws-evt/Dialects/XPath10'
that selects those events that apply to the animal named 'Kerry':
<phrase/>
- //*[local-name='Name']/node()='Kerry'
+ //*[local-name()='Name']/node()='Kerry'
</p>
</item>
<item>
@@ -1797,7 +1797,7 @@
Filter in dialect 'http://www.w3.org/2010/08/ws-evt/Dialects/XPath20'
that selects those events that apply to the animal named 'Oscar':
<phrase/>
- //*[local-name='Name']/node()='Oscar'
+ //*[local-name()='Name']/node()='Oscar'
</p>
</item>
<item>
Index: scenario.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/test/scenario.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- scenario.html 11 Feb 2011 21:21:04 -0000 1.11
+++ scenario.html 12 Feb 2011 22:40:04 -0000 1.12
@@ -758,7 +758,7 @@
Filter in dialect 'http://www.w3.org/2010/08/ws-evt/Dialects/XPath10'
that selects those events that apply to the animal named 'Kerry':
<br/>
- //*[local-name='Name']/node()='Kerry'
+ //*[local-name()='Name']/node()='Kerry'
</p></li><li><p>
unwrapped notifications
</p></li></ul><div class="div3">
@@ -805,7 +805,7 @@
Filter in dialect 'http://www.w3.org/2010/08/ws-evt/Dialects/XPath20'
that selects those events that apply to the animal named 'Oscar':
<br/>
- //*[local-name='Name']/node()='Oscar'
+ //*[local-name()='Name']/node()='Oscar'
</p></li><li><p>
unwrapped notifications
</p></li></ul><div class="div3">
Received on Saturday, 12 February 2011 22:40:08 UTC