XML back to 2D Array
807601Jun 3 2008 — edited Jun 3 2008My 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].