Posts by poliany tabosa • 1 point
1 post
-
0
votes5
answers1506
viewsA: Read XML file in C#
You have to do a reading of the items instantiating the main XmlNodeList xmlPreVen = doc.GetElementsByTagName("orcamento"); XmlNodeList xnListItens = doc.GetElementsByTagName("orcamentoitem"); are…