Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L libxml2
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 93
    • Issues 93
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • libxml2
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Feb 12, 2022 by Nick Wellnhofer's avatar Nick Wellnhofer
Hide whitespace changes
Inline Side-by-side
home.md
View page @ b1e9dbf5
......@@ -17,7 +17,7 @@ Libxml2 implements a number of existing standards related to markup languages:
* XML Catalogs Working Draft 06 August 2001: <https://www.oasis-open.org/committees/entity/spec-2001-08-06.html>
* Canonical XML Version 1.0: <https://www.w3.org/TR/xml-c14n> and the Exclusive XML Canonicalization CR draft <https://www.w3.org/TR/xml-exc-c14n>
* Relax NG, ISO/IEC 19757-2:2003, <https://www.oasis-open.org/committees/relax-ng/spec-20011203.html>
* W3C XML Schemas 1.0 Part 2: Datatypes [REC 02 May 2001](https://www.w3.org/TR/2001/REC-xmlschema-2-20010502/)
* W3C XML Schemas 1.0: <https://www.w3.org/TR/xmlschema-0/>
* W3C [xml:id](https://www.w3.org/TR/xml-id/) Working Draft 7 April 2004
In most cases libxml2 tries to implement the specifications in a relatively strictly compliant way. As of release 2.4.16, libxml2 passed all 1800+ tests from the [OASIS XML Tests Suite](https://www.oasis-open.org/committees/xml-conformance/).
......
Clone repository
  • Architecture
  • Catalog support
  • Encodings support
  • Entities
  • FAQ
  • IO interfaces
  • Memory management
  • Namespaces
  • Parser interfaces
  • Python bindings
  • Reader Interface
  • SAX interface
  • Thread safety
  • Tree structure
  • Validation and DTDs
View All Pages