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?