Voilà
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
 
XmlDocument m_xmlCondition;
m_xmlCondition = new XmlDocument();
m_xmlCondition.LoadXml("<fils/>")
Dans un autre endroit, je voudrais rajouter un parent pour avoir un xml :
<parent><fils/></parent>.
Comment fait on cela ?