morgon has asked for the wisdom of the Perl Monks concerning the following question:
I have a data-structure that basically is a tree of objects that I want to visualize in a browser.
What I want is a rendering where each object would appear as a box, containing it's subordinate objects (as boxes within boxes and so on) and I need to be able to attach a link to each each box to allow for some "drilling down".
Unfortunately my css is a bit rusty (I never did much web-design work) so I wonder if there are any modules out there that could help me with this task.
At the moment beauty is not important so I would be happy with everything that works.
Many thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Rendering a hierarchical data-structure as html
by Your Mother (Archbishop) on Jul 08, 2009 at 23:44 UTC |