Friday, 9 August 2013

XDocument replace all node value with lower case

XDocument replace all node value with lower case

I need to make all values within an XDocument lower case. What's the best
way of doing this?
To clarify, I want to change ALL text values, without specifying the names
of any nodes.

No comments:

Post a Comment