Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

XML back to 2D Array

807601Jun 3 2008 — edited Jun 3 2008
My question is fairly simple I just want to make sure I am doing this correctly.
I wrote a 2D array out to an XML file. I want to put it back into a 2D Array. I believe I have to parse out the information I want and then insert it into the array correct? Should I be using SAX or DOM to parse the XML? The array is a Double[3][400].
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 1 2008
Added on Jun 3 2008
6 comments
463 views