0

I created webservice and I return the Response in XML format. What is the best Tool to generate State Flow diagram from XML file.?

Free tools or libraries?

Guide me!

Ameer
  • 600
  • 1
  • 12
  • 27

1 Answers1

1

To build graphs images on the fly I use AT&T GraphViz.

You have to parse XML and generate .gv files before sending them to the dot tool.

pros: .gv files are simple text files with simple syntax, very intuitive.

cons: You have to install the package, with windows installer or Linux package, exists on a very large set of *nix.

Aubin
  • 14,617
  • 9
  • 61
  • 84