This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 12042 - Frag: add more sample xpaths to the table in 4.4
Summary: Frag: add more sample xpaths to the table in 4.4
Status: CLOSED REMIND
Alias: None
Product: WS-Resource Access
Classification: Unclassified
Component: Fragment (show other bugs)
Version: CR
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: notifications mailing list for WS Resource Access
QA Contact: notifications mailing list for WS Resource Access
URL:
Whiteboard:
Keywords: hasProposal
Depends on:
Blocks:
 
Reported: 2011-02-11 23:08 UTC by Doug Davis
Modified: 2011-09-13 21:34 UTC (History)
0 users

See Also:


Attachments

Description Doug Davis 2011-02-11 23:08:24 UTC
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.
Comment 1 Robert Freund 2011-02-15 17:50:08 UTC
resolved as proposed