I use the following code to read XML files
File file = new File(filepath);
MSPDIReader XMLRead = new MSPDIReader();
ProjectFile pf = XMLRead.read(file);
When the XML is smaller than 2.8 MB, it's ok. But if the XML file is larger than 2.8 MB it reports error.
Thanks,
Zhou.
2009-07-02 07:04:01 UTC in MPXJ: Microsoft Project Exchange