Questions tagged as 'xdocument'

1
answer

Delete xml elements

Hi guys I'm loading the tag items from the following xml in a dridView: <?xml version="1.0" encoding="utf-8"?> <grammar xmlns="http://www.w3.org/2001/06/grammar" version="1.0" xml:lang="es-MX" mode="voice" tag-format="semantics/1.0" r...
asked by 01.10.2018 / 17:59
1
answer

How do I close an XML document that opens with XDocument in c #?

I want to save an XML document several times in a certain direction. The first time I save my document there is no problem, the situation comes after I want to write it with new information. Try doing it with the following code lines: XDocum...
asked by 31.05.2018 / 18:19
2
answers

Create XML with specific structure

I need to generate an xml with a somewhat complicated structure First block: <rule id="Main"> <item> YO <ruleref uri="#Nombre" /> CON NUMERO DE TELEFONO CELULAR<ruleref uri="#Numero" /> EXPRESO...
asked by 10.07.2018 / 00:15