Chapter 4. PHP and Extensible Stylesheet Language Transformations (XSLT)

“Out of intense complexities, intense simplicities emerge.”

—Winston Churchill

Data marked up in XML can be put to a variety of different uses. It can be tagged for identification by search engines, transmitted from one location to another, or formatted for rendering in a web browser or other display agent. The preceding chapters have focused primarily on this last application, using DOM and SAX to process and format XML data for simple user-friendly display.

For mere information formatting and display, using the DOM or SAX approach is a snap. The process is simple and, ...

Get XML and PHP now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.