G
GIMME
If I have
<root>
<a some_attr="AAA"/>
<b><c/></b>
<b><c/></b>
<b><c/></b>
<b><c><d/></c><b>
<root>
What expression will fetch the value of AAA when processing
elements c ?
Is there an expression that works for both elements c and d ?
Thanks.
<root>
<a some_attr="AAA"/>
<b><c/></b>
<b><c/></b>
<b><c/></b>
<b><c><d/></c><b>
<root>
What expression will fetch the value of AAA when processing
elements c ?
Is there an expression that works for both elements c and d ?
Thanks.