-1

we are developing a web application which allows a user to draw diagrams(flow/ER diagrams) and we need the representation of that diagram in some XML or other formats. How should we acheive this ?? is there any open source software or jQuery plugin or anyother server side software??

sindhu
  • 59
  • 3
  • Dupe of http://stackoverflow.com/questions/285828/open-source-er-diagramming-tool-for-mysql among many others –  Dec 10 '09 at 09:35
  • 1
    But all the other questions are related tools which help the users to draw E/R,Flow digrams our question is about software which allows us to easily use it in our web application – Rama Vadakattu Dec 10 '09 at 09:49

1 Answers1

0

How about something like SlickMap? It lets you create the diagram structure as HTML, which then gets styled using CSS.

Chris Fulstow
  • 41,170
  • 10
  • 86
  • 110