I want to know if it's possible to create a class diagram from an XML file?
I have a code generator created by my self which reads the properties from an XML file and creates my classes. Is it possible to create a class diagram too?
I think there may be a way in soft wares like Visual Paradigm to import an XML file with a specific format to create a class diagram from.
Do you have any Idea?
Is it possible to create class diagram from XML?
2k views Asked by ehsan shirzadi At
1
You could parse the XML and output the details in a string format defined by YUML for class diagrams.