Forum Discussion
BA_Service_Haus
12 years agoRegular Contributor
Column XPath is definitely within the elements of Row XPath.
But is has a different namespace, e.g.:
The described error only shows up, if:
- I use the dialog to select the row XPath element out of a standard response
AND
- the row XPath element has a namespace to declare
If I insert the element XPath manually (including namespace declaration) everything works fine.
But is has a different namespace, e.g.:
<ns1:response>
<ns1:person> // Column XPath
<ns2:name> // Row XPath element
</ns1:person>
<ns1:person> // Column XPath
<ns2:name> // Row XPath element
</ns1:person>
...
</ns1:response>
The described error only shows up, if:
- I use the dialog to select the row XPath element out of a standard response
AND
- the row XPath element has a namespace to declare
If I insert the element XPath manually (including namespace declaration) everything works fine.