- From: <bugzilla@jessica.w3.org>
- Date: Fri, 11 Feb 2011 23:08:25 +0000
- To: public-ws-resource-access-notifications@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12042
Summary: Frag: add more sample xpaths to the table in 4.4
Product: WS-Resource Access
Version: PR
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Fragment
AssignedTo: public-ws-resource-access-notifications@w3.org
ReportedBy: dug@us.ibm.com
QAContact: public-ws-resource-access-notifications@w3.org
For clarity add:
Initial Rep @Mode Expression Value Final Rep
-------------------------------------------------------------------------
<a/> Replace / <a'/> <a'/>
<a/> InsertBefore / <a'/> fault
<a/> InsertAfter / <a'/> fault
InsertBefore / <a/> <a/>
InsertAfter / <a/> <a/>
<a/> InsertBefore /a/b <b/> <a><b/></a>
<a/> InsertAfter /a/b <b/> <a><b/></a>
For each "/" in the expression column replace it with
"/ or /*" to make it clear that they're the same.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
Received on Friday, 11 February 2011 23:08:26 UTC