> Let me clarify Vanessa's question a bit (we both work at JPL). > > Yes, an XMI document is an XML document for the XMI DTD. > The problem here is to translate an XML document for the XMI DTD > into another XML document for a different DTD or XML Schema. > > We thought about using XSLT but it can get very tedious to follow > all of the id references to find simple things like the stereotype > of a class.
That makes sense now. I'm not aware of any tool that can do that, though I'll add it to the list of things to consider adding to dMOF. Send me an email if you want to talk this over ... I still think you should consider programming against MOF repository IDL for the meta-model rather than trying to program against XMI or some other XML DTD. The CORBA route really is a lot easier. -- Steve
