Using the System.Xml.Linq namespace, how can I add a blank-line when writing out xml?
(for example: System.Xml.Linq.XmlComment() will write out a comment line...but I want to write a blank line)
Thanks!
↧
LINQ XML: How to add a blank line to output xml?
↧