0
With the following code below:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<escuelas>
<escuela>
<estudiante>noe</estudiante>
<fechaCreacion>2017-11-21T00:11:26.748-05:00</fechaCreacion>
<idE>1</idE>
<nombre>joao</nombre>
<profesor>maria</profesor>
</escuela>
</escuelas>
Note: I am working with REST in a Web Service, so when adding a new object the service returns me an xml with all objects, however, I haven’t found a way to read this data yet.
Thank you my dear, I have already solved my problem! Sorry I’m late, it was a college project so those who see this question and want to know how I solved, just call me ! Hugs
– GgMamedio