Hi Dave,
that would be great, you should be able to open any .NET dll file with it and then export as an xml file then use EA To import the xml file, as a summary here are the folllowing features so far of the app:
- exports EA specific XMI (but far from standard! need help here :])
- exports classes (adds <enumeration> stereotype for enums)
- exports interfaces
- exports class public/protected operations with parameters
- export event handlers as operations with <multicast> stereotype
- exports class constructor operations
- exports class attributes (with accompanying <property> stereotyped operation)
- exports class generalizations.
- exports interface realisations
stuff it needs:
-a stylesheet to display the classes in the browser nicely (adding a switch to switch between xml/xml with stylesheet)
-right click menu on nodes to export single namespaces
-option to export class in browser pane
problems:
-DataTypes don't import properly
-If I change the <XMI.exporter> from 'Enterprise Architect' to anything else it does'nt import some features

I guess this is due to EA specific XMI