Quote:
Originally Posted by graemef
There is a standard for storing UML diagrams in XML format. These days this is used by most programs that generate UML diagrams. Check out the Umbrello project.
|
Hi graemef,
My question is,
i have a c++ code, a perl script is reading this c++ code and capturing class and inheritence information in to hash variable, i want to write this data in to "xml" file and use this "xml file content" to directly convert in to "UML diagrams".
Is it possible? if so how can i do that?
Please let me know your suggestions.
Thanks,
Deenadayalan