Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: polymorphic data-driven rendering?

by Corion (Patriarch)
on Mar 28, 2009 at 14:56 UTC ( [id://753859]=note: print w/replies, xml ) Need Help??


in reply to polymorphic data-driven rendering?

It seems to me you're lost in a maze of abstract factory factory blueprints, all different.

Unless you specify a bit more concrete what kind of data you have and how it should be represented in general, you cannot get any meaningful answer.

A table has a traditionally well-defined structure. It consists of a grid layout, with the first row in the grid being called the "header", usually containing the names of the columns. Every subsequent row then contains values.

As soon as you find another data structure, like, say, a (directed) Graph, you will likely also find modules that will render the graph in a way more or less abstracted, into a sensible output format. For example, it makes little sense to render image data into the Excel file format, or tabular data into text wrapped to 40 character columns.

Looking for a generic way here will only bring you into the territory of XSLT or other meaningless abstract ways to manipulate data structures into other data structures. Most of these transformations amount to programming things yourself, which is why most people just program these transformations directly in Perl instead of looking for a crutch that limits their expressiveness.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://753859]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-03-29 13:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found