10
votes
Can an XML attribute be the empty string?
Yes, this is well-formed XML.
An easy way to test this (on Windows) is to save the sample in a test.xml file and open it with Internet Explorer. IE will display an error messag …
3
votes
How do I add a custom XmlDeclaration with XmlDocument/XmlDeclaration?
What you are wanting to create is not an XML declaration, but a "processing instruction". You should use the …
