Chapter 9. XSLT and Other XML ConcernsIN THIS CHAPTER Extensible Markup Language (XML) is one of the most intriguing new standards to emerge in the world of information technology in the past ten years. XML defines a simple standards-oriented, plain-text structure for exchanging and storing data consistently and accurately, at times between very dissimilar hosts and when using nearly any transmission method or storage medium. Extensible Stylesheet Language (XSL), a subset of XML, is used to transform XML documents of one type into documents of another type while preserving relevant data. This chapter presents enough introductory information about Extensible Stylesheet Language, its subset XSL Transformations (XSLT), and about PHP's comprehensive set of XML-related features, to help you to accomplish a number of XML-related information processing tasks using PHP. Specifically, in this chapter you will find details and examples showing how to
Because space is limited and XSLT is a potentially complex topic, the XSLT details in this chapter will focus entirely on simple examples involving transformations from XML into HTML or XHTML for general World Wide Web use. More detailed information on XSLT files can be found in the World Wide Web Consortium's standards document for XSLT called "XSL Transformations (XSLT)," which can be found at http://www.w3c.org/TR/1999/REC-xslt-19991116 Additional details on using XSLT with PHP can also be found in the official documentation for PHP, available at http://www.php.net/manual. ![]() |