DotNetDude
DotNetDude

Reputation: 73

Convert XML data to ER diagram

Is it possible to convert data in XML/TXT format into an ER Diagram? If yes, how?

I am looking at any open-source tool or code that would help in doing so using C# or VB

Upvotes: 2

Views: 7621

Answers (4)

Vinod Chauhan
Vinod Chauhan

Reputation: 1

Yes, it is possible using sql designer which is an ERD tool and it also provides a JS library to integrate it within your application.

Upvotes: 0

user2063329
user2063329

Reputation: 453

I am not sure this will help. Upload the Xml to a SQL Server and use Visual studio to create a er diagram. It could be tables or stored procedures.

Upvotes: 0

user3608245
user3608245

Reputation: 155

yes it can be converted but using some techniques and some algorithms. Pleas type convert xml to er diagram in google and click on the first link or yo can click on this given below. ww1.ucmss.com/books/LFS/CSREA2006/SWW7234.pdf

here lies the solution,

Upvotes: 0

UML GURU
UML GURU

Reputation: 1462

No, it is almost impossible because I don't know any good ER Diagram open source tool which would accept xml in entry and generate diagrams from it.

Upvotes: 1

Related Questions