<?xml version="1.0" encoding="utf-16"?><Node1 Attribute1="value1" Attribute2="value2" Attribute3="value3"><Node2 otherAttribute="other">another value</Node2><Node3>another value</Node3><Node4>another value</Node4></Node1> ...
C# On Formatting XML
by JimMcKeeth,
June 18, 2010 16:46
<?xml version="1.0"?> <Node1 ...
C# Formatting XML
by JimMcKeeth,
June 18, 2010 01:46,
3 refactorings, tagged with xml, formatting, simplicity, performance
I have an unformatted XML s...
Thanks Jamie, I knew there ...