Subject:DTD Diagrams Author:Eric Levine Date:14 Jun 2005 01:42 PM
Is there a way to generate diagrams for DTDs? I am looking for something similar to what is shown in the diagram view when an XML Schema file is open. Thank you.
Subject:DTD Diagrams Author:Minollo I. Date:14 Jun 2005 02:08 PM
We don't expose that functionality for DTDs; the closest approximation I can think of is to convert the DTD to an XML Schema using the proper document wizard (File | Document wizards...) and to open the resulting schema...
Subject:DTD Diagrams Author:Eric Levine Date:14 Jun 2005 02:16 PM
>We don't expose that
>functionality for DTDs; the
>closest approximation I can
>think of is to convert the DTD
>to an XML Schema using the
>proper document wizard (File |
>Document wizards...) and to
>open the resulting schema...
>
>Regards,
>Minollo
That is the approach I took so far. I wanted to use the DTD diagrams as supporting documentation for a system. I dont know if its valid/helpful to present diagrams for XML Schemas (even though they are equivalent) when developers will be using DTDs.
Are there any open source or other tools that can create diagrams for DTDs?