Beefy Boxes and Bandwidth Generously Provided by pair Networks
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??


in reply to How do you deal with HTML in Perl?

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)

  • Avoids useless (expensive?) templating
  • separates data from presentation

Not sure I'm sold on this, BTW, but it has its merits.

The downfalls:

  • Developers must now use (and be somewhat familiar with) XML and its tools
  • "Web" developers have to be familiar with XSL as well as HTML presentation
  • If one person wears both hats (perl coder and web developer), you now have three "technologies" to understand all-at-once

Russ
Brainbench 'Most Valuable Professional' for Perl

  • Comment on Re: How do you deal with HTML in Perl? (Russ: XML->XSLT?)

Replies are listed 'Best First'.
Re: Re: How do you deal with HTML in Perl? (Russ: XML->XSLT?)
by jk2addict (Chaplain) on Jul 25, 2002 at 00:48 UTC

    Along this line of thought, checkout AxKit. In a nutshell, it's an application framework in which you can 'bind' or map (a gross generalization) html/xml tags onto Perl modules ('taglibs'), thus keeping your logic seperated from your look and feel.

    While the designers may need to be familiar with XSLT/XSL, they also get the chance to be a programmer in ways that most WYSIWYG editors and non-programmers can deal with. I can get anyone to write <cart:add item="SKU123" quantity="1"></cart> instead of intermixing Perl and HTML/XML.

    -=Chris

Re: Re: How do you deal with HTML in Perl? (Russ: XML->XSLT?)
by tomhukins (Curate) on Jul 26, 2002 at 14:26 UTC

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2023-09-24 06:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?