{
    "content": [
        {
            "type": "text",
            "text": "# libxml (man)\n\n## NAME\n\nlibxml - library used to parse XML files\n\n## DESCRIPTION\n\nThe  libxml  library  is used to parse XML files.  Its internal document representation is as\nclose as possible to the DOM (Document Object Model) interface, an API for accessing  XML  or\nHTML structured documents.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **FILES**\n- **AUTHORS**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "libxml",
        "section": "",
        "mode": "man",
        "summary": "libxml - library used to parse XML files",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "xmllint",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/xmllint/1/json"
            },
            {
                "name": "libxslt",
                "section": "3",
                "url": "https://www.chedong.com/phpMan.php/man/libxslt/3/json"
            },
            {
                "name": "libexslt",
                "section": "3",
                "url": "https://www.chedong.com/phpMan.php/man/libexslt/3/json"
            },
            {
                "name": "xsltproc",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/xsltproc/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 16,
                "subsections": []
            },
            {
                "name": "FILES",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "libxml - library used to parse XML files\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The  libxml  library  is used to parse XML files.  Its internal document representation is as\nclose as possible to the DOM (Document Object Model) interface, an API for accessing  XML  or\nHTML structured documents.\n\nThe libxml library also has a SAX-like interface, which is designed to be compatible with ex‐\npat(1).  NOTE: SAX, the Simple API for XML, is a standard interface for event-based XML pars‐\ning,  developed  collaboratively by the members of the XML-DEV mailing list, currently hosted\nby OASIS.  The expat library is a XML 1.0 parser written in C, which aims to  be  fully  con‐\nforming.  It is currently not a validating XML processor.\n\nThe  libxml library now includes a nearly complete XPath implementation.  The XPath (XML Path\nLanguage) is a language for addressing parts of an XML document, designed to be used by  both\nXSLT and XPointer.\n\nThe libxml library exports Push and Pull type parser interfaces for both XML and html.\n",
                "subsections": []
            },
            "FILES": {
                "content": "/depot/lib/libxml2.0.0/libxml.a\nstatic library\n\n/depot/lib/libxml2.0.0/libxml.so\nshared library\n\n/depot/package/libxml2.0.0/bin/xmllint\nbinary application for parsing XML files\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "Daniel  Veillard  (daniel@veillard.com).   Red Hat Inc.  Manual page by Ziying Sherwin (sher‐\nwin@nlm.nih.gov), Lister Hill National Center for Biomedical  Communications,  U.S.  National\nLibrary of Medicine.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "xmllint(1), libxslt(3), libexslt(3), xsltproc(1)\n\n\n\n12 April 2000                                  libxml(3)",
                "subsections": []
            }
        }
    }
}