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
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