XML Tutorials - Herong's Tutorial Examples - v5.23, by Herong Yang
PHP Extensions for XML Manipulation
This chapter provides notes and tutorial examples on PHP extensions for XML Manipulation. Topics include using SimpleXML, and DOM extensions to build and load XML documents; using XML Parser and XMLReader extensions to parse XML documents; using XSL extension to transform XML documents.
These sections are omitted from this Web preview version. To view the full content, see information on how to obtain the full version this book.
List of PHP Extensions for XML Manipulation
Build XML with PHP SimpleXML Extension
Parse XML with PHP SimpleXML Extension
Browse XML Element Tree with PHP SimpleXML Extension
Build XML with PHP DOM Extension
Parse XML with PHP DOM Extension
Browse XML DOM Tree with PHP
Parse XML with PHP XML Parser Extension
Parse XML with PHP XMLReader Extension
Build XML with PHP XMLWriter Extension
Transform XML with PHP XSL Extension
Takeaways:
Table of Contents
Introduction of XML (eXtensible Markup Language)
DOM (Document Object Model) Programming Interface
SAX (Simple API for XML) Programming Interface
DTD (Document Type Definition) Introduction
Validating an XML Document against the Specified DTD Document Type
XSD (XML Schema Definition) Introduction
Validating XML Documents Against Specified XML Schemas
XSL (Extensible Stylesheet Language) Introduction
XSLT (XSL Transformations) Introduction
XSLT Elements as Programming Statements
Control and Generate XML Element in the Result
►PHP Extensions for XML Manipulation
Processing XML with Python Scripts
XML Tools Plugin for Notepad++
XML Plugin Packages for Atom Editor