Failed to Parse error with Primavera 15.2 or 16.1 XML files
Multi platform library to read and write schedule data
Brought to you by:
joniles
The attached file PROD00914.xml was exported from P6 15.2 and causes a 'Failed to Parse' error in the MPXJ reader when loading the file.
This can be fixed by manually placing a CR LF between the xmlns and the xmlns:xsi elements in the header (as in attached PROD00914Works.xml).
Shouldn't the space between the two elements be enough for the reader to work ok ?
Note: I also tried and got the same results exporting from Primavera 16.1.
Hi,
the code now on GitHub fixes this issue, the fix will be in the next MPXJ release.
Jon