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.
My specific case is that I have an XML result from an ASMX service.
Share
Maybe something like this would help get you started: How to change XML Attribute