Click to See Complete Forum and Search --> : XMI- Urgent


vidyah
December 6th, 2000, 08:48 AM
Hello
In my applications I want to save and retrieve XMI files. For this purpose, do i need to implement a XMI parser on my own or is something available. Can I use MSXML parser or the MSXML SDK in any way to make it simpler.

vdo
December 14th, 2000, 05:28 AM
There is a list of current implementations/work in progress @ http://www.omg.org/technology/xml/index.htm

mburt99
February 14th, 2001, 11:49 AM
Use the Microsoft XMLDOM object. It's fairly easy to use, but there is a learning curve.
If you know STL, you're a step ahead on learning to use the XMLDOM, because the interface is very similar.
If you don't know STL, don't sweat it. I learned STL after I learned to use the dom.