How to replace value of a specific node in an XML string?
Someone asked on Stack Overflow:
My specific case is that I have an XML result from an ASMX service. I need to scan this XML string for a specific node and “ToLower()” the value in the node. I can’t access the service to simply change the return at that level.
I posted the following answer, which was chosen as the accepted answer and received 1 upvote:
Maybe something like this would help get you started: How to change XML Attribute
Originally posted on Stack Overflow — 1 upvotes (accepted answer). Licensed under CC BY-SA.