Table of Contents
- Table of Contents
- Title
- Introduction
- SportsTicker
- What is XML?
- XML Data: Sample and Explanation
- General Parser Types
- PHP's Other Parsers
- PHP's SAX Parsers
- SAX Parser Concepts
- Parser: Define and Execute
- Parser: Start Tag Handler
- Parser: Character Data Handler
- Parser: End Tag Handler
- Validation Required
- Validation: Tables Define Types
- Validation: Put Types Into Arrays
- Validation: Resulting Arrays
- Validation: Performing the Check
- More Info
- Appendix: Obtaining the XML
- Appendix: Query String Generation
- Appendix: Query Execution
- Appendix: Unsetting Old Data
- Appendix: $RootElements Array
- Appendix: $DataFields Array
- Appendix: $DataTypes Array