A
Arne
<?xml version="1.0" ?>
<emailtrigger>
<globals>
<shopurl>Some Data</shopurl>
<schoolName>Some school<schoolName>
</globals>
</emailtrigger>
I would like to write some codes that retrieves all the nodes in
emailtrigger/globals.
If I know the name of the nodes it would be easy. If the name of the nodes
are unknown I don't know how to iterated through the nodes.
What can I do?
<emailtrigger>
<globals>
<shopurl>Some Data</shopurl>
<schoolName>Some school<schoolName>
</globals>
</emailtrigger>
I would like to write some codes that retrieves all the nodes in
emailtrigger/globals.
If I know the name of the nodes it would be easy. If the name of the nodes
are unknown I don't know how to iterated through the nodes.
What can I do?