1 .TH libxml 3 "12 April 2000"
3 libxml \- library used to parse XML files
7 library is used to parse XML files.
8 Its internal document representation is as close as possible to the
10 (Document Object Model) interface,
11 an API for accessing XML or HTML structured documents.
18 which is designed to be compatible with
22 the Simple API for XML,
23 is a standard interface for event-based XML parsing,
24 developed collaboratively by the members of the XML-DEV mailing list,
25 currently hosted by OASIS.
28 library is a XML 1.0 parser written in C,
29 which aims to be fully conforming.
30 It is currently not a validating XML processor.
34 library now includes a nearly complete
39 (XML Path Language) is a language for addressing parts of an
41 designed to be used by both
48 library exports Push and Pull type parser interfaces for both XML and
52 .B /depot/lib/libxml_2.0.0/libxml.a
55 .B /depot/lib/libxml_2.0.0/libxml.so
58 .B /depot/package/libxml_2.0.0/bin/xmllint
59 binary application for parsing XML files
61 Daniel Veillard (daniel@veillard.com).
63 Manual page by Ziying Sherwin (sherwin@nlm.nih.gov),
64 Lister Hill National Center for Biomedical Communications,
65 U.S. National Library of Medicine.
71 .\" end of manual page