I have a question and I already searched a lot and still could not solve.
I have an XML with a tag called <child id='minhatag'/>
.
I need to have javascript read this tag and get me to return the value of the child tag ID so that the value I can put on a button, because my screen will have several buttons that will be presented according to the values of "Child's ID's ".
Note: It will be several childs for example:
<child id='child1'/>
<child id='child2'/>
<child id='child3'/>
And the XML will be in the same folder structure as the code, or it will not be a URL access, at least not at first.