hey guys, i'm having this problem with the Oracle XDK.

i'm trying to use DOM to go through an xml file and get the data from each element. but the problem is the samples that they had provided along with the xdk and also the API documentation don't state the method to get the data. they only showed how to get the attributes..

for example :-
<group number="1">this is my group</group>

what method do i call to get the "this is my group" stored within the tags.

hope i'm making sense here >,<
thx for help guys