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
And I want to process only NodeTypeX nodes, and for that I use 'reader.xpath.expression' = '/MasterNode/*'. It's Ok but I want to add NodeName as a new attribute.
I have a XML file similar to:
And I want to process only NodeTypeX nodes, and for that I use 'reader.xpath.expression' = '/MasterNode/*'. It's Ok but I want to add NodeName as a new attribute.
For example, for first NodeType:
How Can I get Node Name when I use reader.xpath.expression?
The text was updated successfully, but these errors were encountered: