Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: jasbill on July 08, 2005, 09:45:49 am

Title: Parsing EA generated XMI
Post by: jasbill on July 08, 2005, 09:45:49 am
Does anyone know of a Java-based toolkit that will parse XMI files generated by EA?
Title: Re: Parsing EA generated XMI
Post by: Gary W. on July 08, 2005, 11:29:05 am
I'm actually in the midst of using XSLT to do the same thing.  Are you trying to parse and re-format or re-jig the XMI content?

This *should* work, although I'm having problems referencing the EA namespaces in the XMI file.

If I ever get this to work, I'll post it and perhaps you can re-use this.

Gary
Title: Re: Parsing EA generated XMI
Post by: jasbill on July 08, 2005, 12:12:46 pm
I am actually just interested in reading the content of the XMI into some sort of Java objects so that the content can be used for custom (Java code) processing.