If i have:
<root>
<status>
<el>
VALUE
</el>
<el>
VALUE2
</el>
</status>
</root>
How can i retrieve the VALUE (content of el Element) without passing through element status?
root.getChildren(''el'') seems doens't work....
BRGS
@nto