JAXP - Java API for XML Processing

  1. What is JAXP?
  2. Reference Implementation
  3. Parsing a Document
  4. Parser Factories
  5. Creating a Parser w/ Schema Validation
  6. XMLReader & Parsers
  7. Adding Catalogs
  8. Parsing a Document
  9. Handling Content
  10. Transforming with XSLT
  11. XSLT in Three Steps!
  12. Chaining Transforms
  13. Serialization
  14. Handling Unicode
  15. Interacting with HTTP - Step 1
  16. Interacting with HTTP - Step 2
  17. Interacting with HTTP - Step 3
  18. JAXP Examples