Voilà
Dans un autre endroit, je voudrais rajouter un parent pour avoir un xml :
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/>")
<parent><fils/></parent>.
Comment fait on cela ?
Partager