View Single Post
data6057,

I'm not sure you'll find that file very useful even if you get it to import. It's a horribly constructed export from MindMap, that, for example, doesn't have a name of duration for any given task. That said, the only technical reason we fail to import it it that it doesn't actually claim to be a Microsoft Project XML file.

You can go ahead and patch it yourself just by changing the second line to:

Code:
<Project xmlns="http://schemas.microsoft.com/project"><Name></Name>
-Tom