Visual *ML to DOM-tree

R

Ronny Mandal

Hello.

Anyone knows about a tool that will generate a visual representation of
a DOM-tree when the input is XML or HTML?

Preferrable an online tool.


Regards,

Ronny Mandal
 
J

Joe Kesselman

What kind of visual representation are you looking for? There have been
lots of implementations of tree-viewers that run over DOMs. As one
example, it's pretty straightforward to adapt the Java Swing tree
widgets to access a DOM as their back-end model.
 
L

Luc Mercier

Ronny said:
Hello.

Anyone knows about a tool that will generate a visual representation of
a DOM-tree when the input is XML or HTML?

Preferrable an online tool.


Regards,

Ronny Mandal


Check yEd: http://www.yworks.com/en/products_yed_about.htm

You can give it a XSLT document which transforms your XML input into a
graph description in the GraphML format, and yEd will display this graph
and allow you to manipulate it.

Luc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top