libxml(3) | Library Functions Manual | libxml(3) |
NAME
libxml - library used to parse XML filesDESCRIPTION
The libxml library is used to parse XML files. Its internal document representation is as close as possible to the DOM (Document Object Model) interface, an API for accessing XML or HTML structured documents.FILES
- /depot/lib/libxml_2.0.0/libxml.a
- static library
- /depot/lib/libxml_2.0.0/libxml.so
- shared library
- /depot/package/libxml_2.0.0/bin/xmllint
- binary application for parsing XML files
AUTHORS
Daniel Veillard (daniel@veillard.com). Red Hat Inc. Manual page by Ziying Sherwin (sherwin@nlm.nih.gov), Lister Hill National Center for Biomedical Communications, U.S. National Library of Medicine.SEE ALSO
xmllint(1), libxslt(3), libexslt(3), xsltproc(1)12 April 2000 |