-
Oracle XDK
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
-
ok i managed to get the text outta the tag by myself... but now i have another problem
any of you guys know why i can't use setNodeValue("string to fill in node") directly?
is there anything in particular i have to do to get it to work?
-
ok setNodeValue just sets the value of the node in the DOM but does anyone out there know any thing about how to write the value to the XML file itself?
and why am i like the only one posting here.... T_T