Author Topic: Parsing EA generated XMI  (Read 3968 times)

jasbill

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Parsing EA generated XMI
« on: July 08, 2005, 09:45:49 am »
Does anyone know of a Java-based toolkit that will parse XMI files generated by EA?

Gary W.

  • EA User
  • **
  • Posts: 139
  • Karma: +0/-0
    • View Profile
Re: Parsing EA generated XMI
« Reply #1 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

jasbill

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Parsing EA generated XMI
« Reply #2 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.