Hi I’m parsing a rather big XML file, but still can fit in memory. So I’m using the Xerces Java DOM Parser and trying to store the parsed node objects into a Node array. I figure a Vector would be better but I’m having some troubles with that. Is there generally a better way to go about this? 

 

Thanks
Yang

Reply via email to