dragonchild has asked for the wisdom of the Perl Monks concerning the following question:
The problem is this - I want a single layout from which, given data, I can choose to generate HTML, PDF, XLS, XML, char-delim, fixed-width, etc. Essentially, I want to separate layout from format.
It seems obvious that XML is the way to go, but I wanted to know if there was any other system out there. (Plus, I don't like the speed hit of XSLT to create HTML, which is going to be the most common format used.)
Any suggestions would be greatly appreciated.
------
We are the carpenters and bricklayers of the Information Age.
Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Is XML the only generic layout system out there?
by ajt (Prior) on Jan 03, 2003 at 18:37 UTC | |
|
Re: Is XML the only generic layout system out there?
by Sifmole (Chaplain) on Jan 03, 2003 at 18:18 UTC | |
|
Re: Is XML the only generic layout system out there?
by steves (Curate) on Jan 03, 2003 at 18:28 UTC | |
|
Re: Is XML the only generic layout system out there?
by Jaap (Curate) on Jan 03, 2003 at 18:35 UTC |