VirtualBox

source: vbox/trunk/src/libs/libxml2-2.6.30/libxml.3@ 25275

Last change on this file since 25275 was 6076, checked in by vboxsync, 17 years ago

Merged dmik/s2 branch (r25959:26751) to the trunk.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 1.6 KB
Line 
1.TH libxml 3 "12 April 2000"
2.SH NAME
3libxml \- library used to parse XML files
4.SH DESCRIPTION
5The
6.I libxml
7library is used to parse XML files.
8Its internal document repesentation is as close as possible to the
9.I DOM
10(Document Object Model) interface,
11an API for accessing XML or HTML structured documents.
12.LP
13The
14.I libxml
15library also has a
16.IR SAX -like
17interface,
18which is designed to be compatible with
19.IR expat (1).
20NOTE:
21.IR SAX ,
22the Simple API for XML,
23is a standard interface for event-based XML parsing,
24developed collaboratively by the members of the XML-DEV mailing list,
25currently hosted by OASIS.
26The
27.I expat
28library is a XML 1.0 parser written in C,
29which aims to be fully conforming.
30It is currently not a validating XML processor.
31.LP
32The
33.I libxml
34library now includes a nearly complete
35.I XPath
36implementation.
37The
38.I XPath
39(XML Path Language) is a language for addressing parts of an
40XML document,
41designed to be used by both
42.I XSLT
43and
44.IR XPointer .
45.LP
46The
47.I libxml
48library exports Push and Pull type parser interfaces for both XML and
49.IR html .
50.SH FILES
51.TP 2.2i
52.B /depot/lib/libxml_2.0.0/libxml.a
53static library
54.TP
55.B /depot/lib/libxml_2.0.0/libxml.so
56shared library
57.TP
58.B /depot/package/libxml_2.0.0/bin/xmllint
59binary application for parsing XML files
60.SH AUTHORS
61Daniel Veillard (daniel@veillard.com).
62Red Hat Inc.
63Manual page by Ziying Sherwin (sherwin@nlm.nih.gov),
64Lister Hill National Center for Biomedical Communications,
65U.S. National Library of Medicine.
66.SH SEE ALSO
67.IR xmllint (1),
68.IR libxslt (3),
69.IR libexslt (3),
70.IR xsltproc (1)
71.\" end of manual page
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use