Is it possible to create class diagram from XML?

2.1k views Asked by At

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?

1

There are 1 answers

4
emeraldjava On

You could parse the XML and output the details in a string format defined by YUML for class diagrams.