I am struggling to output the following XML using the XmlDocument object in .NET. Any suggestions?
This is what I would like to output...
<l:config
xmlns:l="urn:LonminFRConfig"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:LonminFRConfig lonminFRConfigSchema.xsd">
</l:config>
The namespaces are really giving me a hard time!