|
-
Jun 30th, 2004, 10:42 PM
#1
Thread Starter
Junior Member
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
-
Jul 4th, 2004, 10:03 AM
#2
Thread Starter
Junior Member
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?
-
Jul 4th, 2004, 08:26 PM
#3
Thread Starter
Junior Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|