Hello i just want the code for one i think easy question.
I saw the code for geting the elements and their values at the how to section . My problem is that my xml file is at the following structure
<essay>
<sarea name="Informatics" />
<department id="cs" name="Dept. of Informatics" />
i want to save in some variable the name from sarea and id , name from department
how can i do this ??? Please help 🙂