Parsing xml file, does not handle XPaths to Context to be after the Root element XPath

Lawrence_MAM
Lawrence_MAM Registered Posts: 1

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?

Setup Info
    Tags
      Help me…