Find the content between an XML tag in c # without libraries

0

I'm looking for a way to find the elemetno of an xml tag. Example:

< NOMBRE > Pepe < /NOMBRE >

The element I'm looking for is Pepe, the thing is that I do not know how to do it without using the XML libraries and classes, since I'm doing some tests and I should not use them. At the moment I just need to know the content inside an xml tag, Possible tips or help?

    
asked by sergio diaz 13.05.2018 в 11:46
source

0 answers