![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re: How do you deal with HTML in Perl? (Russ: XML->XSLT?)by Russ (Deacon) |
on Jul 25, 2002 at 00:29 UTC ( #185072=note: print w/replies, xml ) | Need Help?? |
I now work in a heavily XML-oriented workplace. The latest idea floated around my little world is to have perl write XML (holding your data structures), then use XSLT to transform that into HTML.
(Just completing the thought: your XSLT translation can now exist completely separately from the code, allowing a "web" developer to just deal with the output data, without needing to understand the intricacies of perl - at least that's how it was presented to me)
Not sure I'm sold on this, BTW, but it has its merits. The downfalls:
Russ
In Section
Seekers of Perl Wisdom
|
|