Re: [Gambas-user] Multiple top-level nodes with XmlDocument

2017-04-08 Thread Adrien Prokopowicz
Le Sat, 08 Apr 2017 17:23:32 +0200, Tobias Boege a écrit: > Hi, > > I want to write an XML file like this: > > > > > > Note that I have a comment node and an element node at the top-level of > the > DOM tree. This [1] gives me the impression that it should be valid XML. > > This is s

[Gambas-user] Multiple top-level nodes with XmlDocument

2017-04-08 Thread Tobias Boege
Hi, I want to write an XML file like this: Note that I have a comment node and an element node at the top-level of the DOM tree. This [1] gives me the impression that it should be valid XML. This is straight forward with XmlWriter, but it doesn't seem possible with XmlDocument since it