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 92
    • Issues 92
    • 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 @ b50815c0
......@@ -29,8 +29,6 @@ To some extent libxml2 provides support for the following additional specificati
* [RFC 1945](https://www.ietf.org/rfc/rfc1945.txt) : HTTP/1.0, again a basic HTTP client code
* SAX: a SAX2 like interface and a minimal SAX1 implementation compatible with early expat versions
A partial implementation of [XML Schemas Part 1: Structure](https://www.w3.org/TR/2001/REC-xmlschema-1-20010502/) is being worked on but it would be far too early to make any conformance statement about it at the moment.
Here are some key points about libxml:
* Libxml2 exports Push (progressive) and Pull (blocking) type parser interfaces for both XML and HTML.
......
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