Closed easycheese closed 8 years ago
If one clicks on the first attribute, the xpath calculation is incorrect.
Ex:
<OrderHeader> <TsetPurposeCode>00</TsetPurposeCode> <PurchaseOrderDate>2016-05-09</PurchaseOrderDate> </OrderHeader>
Click the 'e' in PurchaseOrderDate and view the path in the lower right is: OrderHeader/Purchase
Correct path should be OrderHeader/PurchaseOrderDate
Fixed in cadb439
If one clicks on the first attribute, the xpath calculation is incorrect.
Ex:
Click the 'e' in PurchaseOrderDate and view the path in the lower right is: OrderHeader/Purchase
Correct path should be OrderHeader/PurchaseOrderDate