You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This expression works: /data/record[column='testing_field1']/column[.='testing']
and returns <column name="table">testing</column>
This expression /data/record[column='testing']/column[.='testing_field1']
does not work. Second node (column='testing') is not found.
I tested both expressions with online xpath evaluators and both work
The text was updated successfully, but these errors were encountered:
StoneEngineer
changed the title
OmniXML XPath does finds only first node in ome situations
OmniXML XPath does finds only first node in some situations
Jan 20, 2020
StoneEngineer
changed the title
OmniXML XPath does finds only first node in some situations
OmniXML XPath finds only first node in some situations
Jan 20, 2020
I encountered an issue with XPath.
Here is XML structure I tested:
This expression works:
/data/record[column='testing_field1']/column[.='testing']
and returns
<column name="table">testing</column>
This expression
/data/record[column='testing']/column[.='testing_field1']
does not work. Second node (column='testing') is not found.
I tested both expressions with online xpath evaluators and both work
The text was updated successfully, but these errors were encountered: