Page 1 of 1

different xpaths for same columns

Posted: Fri Nov 03, 2006 4:17 am
by sravanthi
Hi all,

I have a scenario where i have to give different paths for the same columns like:

<DescriptionData>
- <bullet_point>
<value>col1</value>
<value>col2</value>
</bullet_point>
</DescriptionData>
- <AdditionalData>
- <target_bullet_point >
<<value>col1</value>
<value>col2</value>
</target_bullet_point>
- <AdditionalData>
The problem is if i give xpath for one set DescriptionData the output is comming correctly but if i include another xpath for the columns then o/p is not comming correctly.can any one suggest some solution for this.

Posted: Fri Nov 03, 2006 10:37 am
by chulett
Can't you just 'clone' the columns to another set of columns for use by the second xpath expressions? :?