Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on July 19, 2024 10:30AM
Likes: 0
Replies: 0
In the above example Root element XPath = /ORDERS/ORDER/ORD_DETAIL_set/ORD_DETAIL
XPaths to context = /ORDERS/ORDER/ORD_NUM/text() → ORD_NUM
I have the result ORD_NUM not aligned with the ORD_DETAIL_set but one row lagging because I believe it is expecting XPaths to context to be before Root element XPath. Is there anywhere I can set the whether it is before or after?