G
GIMME
Hi,
<root some_attr="edit">
<a/><a/>
<root>
How do I access the value of some_attr when processing <a/> ?
Sort of like if I had
<root>
<some_attr>edit</some_attr>
</root>
Then I could count on fetching some_attr as /root/some_attr .
But here I want to use an attribute not an element as in the
sort of like example.
Thanks.
<root some_attr="edit">
<a/><a/>
<root>
How do I access the value of some_attr when processing <a/> ?
Sort of like if I had
<root>
<some_attr>edit</some_attr>
</root>
Then I could count on fetching some_attr as /root/some_attr .
But here I want to use an attribute not an element as in the
sort of like example.
Thanks.