Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Why XSLT and not just Perl?

by Matts (Deacon)
on Jun 14, 2003 at 18:57 UTC ( [id://265934]=note: print w/replies, xml ) Need Help??


in reply to Why XSLT and not just Perl?

XSLT's advantages really stem from being cross platform. I can take the same XSLT and run it through libxslt, MS-XML, Saxon, Xerces, or any other XSLT engine. That's useful in two ways - it means you can find an optimised XSLT engine for your data (different XSLT engines cope better with different data) and also because it means a lot of people are using XSLT, including non-perl people, so more people can understand the transformation part of your code.

Another advantage XSLT has over perl is that I've found it to be faster, especially when using libxslt, because it's all happening in C code, rather than Perl.

Anyhow, if you like Perl for transforming XML you might find XPathScript to be a good best of both worlds. There's a standalone module on CPAN for doing XPathScript transformations, and it's also built into AxKit.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-16 20:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found