Hudzilla.org - the homepage of Paul Hudson
Contents > XML & XSLT > Transforming XML using XSLT Wish List | Report Bug | About Me ]

12.4.5     XSLT Conclusion

This is NOT the latest copy of this book; click here for the latest version.

XSLT is a very powerful technology that is only recently finding a niche for itself. As with many new technologies, its biggest limitation is acceptance: many browsers just do not support XSLT processing, and probably will not support it within the foreseeable future.

Congratulate yourself once again for having chosen to use PHP, as the PHP support for server-side parsing is complete and very powerful. The end result of switching from client-side XSLT parsing to server-side XSLT parsing is the same as switching to PHP for form validation instead of using JavaScript: you are guaranteed 100% compatibility with all clients, as well as giving yourself the ability to add in extra functionality that would otherwise have been problematic.

Even the most basic XML implementation can provide instant return on investment, simply by making your content available in a pure format. Furthermore, you can add more powerful XSLT processing at a later date.

Perhaps the most popular use for server-side XSLT parsing is serving a particular content type (e.g.: WML for WAP phones) based upon the user agent received.





<< 12.4.4 What else can XSL do?   12.5 Summary >>
Table of Contents
Want to see this stuff in print? PHP in a Nutshell takes the core topics covered here, adds in thousands of edits from the editorial team and myself, and combines them to make an unbeatable reference for PHP programmers at all levels.



My latest book has hundreds more tips on how to use PHP, Apache, and MySQL, plus Perl, Python, shell scripts, performance tuning, and more!



Top-right shadow
 
Bottom-left shadow Bottom shadow

Comments from other readers
Be the first to add a comment to this chapter!



Add comment
Please note that by posting a comment here you are committing it to the public domain. This is important so that others can make use of your code themselves, and also so that I can incorporate helpful notes directly into the main text. Comments are limited to 2000 characters in length.

If you are reporting an error in the content, please tell me directly.

Your name/email address:
Your comment:
 
Now, in order to verify that you're a real person, please answer this simple question: what is seven plus ten?
The answer is:
(please write in
numbers, eg 19)


Top-right shadow
 
Bottom-left shadow Bottom shadow