0

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?

ehsan shirzadi
  • 4,709
  • 16
  • 69
  • 112

1 Answers1

1

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

emeraldjava
  • 10,894
  • 26
  • 97
  • 170