I am attempting to write the following line with C#'s XmlWriter.
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:set="http://www.sitecore.net/xmlconfig/set/">
I seem to only seem have an option to write on xmlns (and then with no :suffix), when using the xmlWriter.WriteStartElement method.
Is it possible to do with XmlWriter?
Would this help? Adjusted to use LookupPrefix.
outputs: