Link to home
Start Free TrialLog in
Avatar of gustierng
gustierng

asked on

Updating an XPathDocument using an XPath string and value

Updating an XPathDocument using an XPath string and value

I cannot find any examples of how to do this on the web.  Can someone help please?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Pra4444
Pra4444
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gustierng
gustierng

ASKER

Hi, not really.  I am trying to change the text of an element in an XPathDocument.

e.g. Say I have an XPath string like:

"/Data/Address[tel='3423234']" which would be used to locate the Address node that has the telephone number 3423234.  From here changes can be made to the address data.