> So I don't know what else to try. I think we've about reached the limits of what we can do without access to the file. The best thing to do would be to open a bug report in the issue database and attach the XMI file to it. If you don't want to attach the file, but are willing to email it, you can email it directly to me.
> Related to version, the XMI header says: > > <?xml version="1.0" encoding="UTF-8"?> > <XMI xmi.version="1.2" xmlns:UML="org.omg/UML/1.4"> > <XMI.header> > <XMI.documentation> > <XMI.exporter>Visual Paradigm for > UML</XMI.exporter> > <XMI.exporterVersion>5.1</XMI.exporterVersion> > </XMI.documentation> > <XMI.metamodel xmi.name="UML" xmi.version="1.4"/> > </XMI.header> That looks like it thinks it's exporting UML 1.4/XMI 1.2 which is our native format, so we ought to be able to read it if it's valid. We use the NetBeans MDR library in conjunction with the official OMG machine readable metamodel for UML 1.4 to do the import, which has been a pretty reliable combination for us. I've yet to investigate a compatibility problem that was caused by NetBeans MDR as opposed to the sending system. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
