Pyslet
latest
  • 1. What’s New?
  • 2. Compatibility
  • 3. IMS Global Learning Consortium Specifications
  • 4. The Open Data Protocol (OData)
  • 5. Hypertext Transfer Protocol (RFC2616)
  • 6. Other Supporting Standards
    • 6.1. WSGI Utilities
    • 6.2. XML
      • 6.2.1. XML: Introduction
      • 6.2.2. XML: Reference
      • 6.2.3. XML: Namespaces
      • 6.2.4. XML: Parsing XML Documents
      • 6.2.5. XML: Schema Datatypes
    • 6.3. HTML
    • 6.4. Uniform Resource Identifiers (RFC2396)
    • 6.5. Uniform Resource Names (RFC2141)
    • 6.6. The Atom Syndication Format (RFC4287)
    • 6.7. The Atom Publishing Protocol (RFC5023)
    • 6.8. ISO 8601 Dates and Times
    • 6.9. Unicode Characters
    • 6.10. Streams
    • 6.11. File System Abstraction
Pyslet
  • Docs »
  • 6. Other Supporting Standards »
  • 6.2. XML
  • Edit on GitHub

6.2. XML¶

This sub-package defines classes for working with XML documents. The version of the standard implemented is the Extensible Markup Language (Fifth Edition), for more info see: http://www.w3.org/TR/xml/

  • 6.2.1. XML: Introduction
  • 6.2.2. XML: Reference
    • 6.2.2.1. Documents and Elements
    • 6.2.2.2. Prolog and Document Type Declaration
    • 6.2.2.3. Physical Structures
    • 6.2.2.4. Syntax
  • 6.2.3. XML: Namespaces
    • 6.2.3.1. Documents and Elements
    • 6.2.3.2. Namespace URIs
    • 6.2.3.3. Parsing
    • 6.2.3.4. Exceptions
  • 6.2.4. XML: Parsing XML Documents
    • 6.2.4.1. Character Classes
    • 6.2.4.2. Misc Functions
    • 6.2.4.3. Exceptions
  • 6.2.5. XML: Schema Datatypes
    • 6.2.5.1. Namespace
    • 6.2.5.2. Primitive Datatypes
    • 6.2.5.3. Derived Datatypes
    • 6.2.5.4. Constraining Facets
    • 6.2.5.5. Regular Expressions
    • 6.2.5.6. Backwards Compatibility
Next Previous

© Copyright ©2008-2017, Steve Lay. Revision b30e9a43.

Built with Sphinx using a theme provided by Read the Docs.