133 lines
2.9 KiB
HTML
133 lines
2.9 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of libxml</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>libxml</H1>
|
|
Section: C Library Functions (3)<BR>Updated: 12 April 2000<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
libxml - library used to parse XML files
|
|
<A NAME="lbAC"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
The
|
|
<I>libxml</I>
|
|
|
|
library is used to parse XML files.
|
|
Its internal document representation is as close as possible to the
|
|
<I>DOM </I>
|
|
|
|
(Document Object Model) interface,
|
|
an API for accessing XML or HTML structured documents.
|
|
<P>
|
|
|
|
The
|
|
<I>libxml</I>
|
|
|
|
library also has a
|
|
<I>SAX</I>-like
|
|
|
|
interface,
|
|
which is designed to be compatible with
|
|
<I><A HREF="/cgi-bin/man/man2html?1+expat">expat</A></I>(1).
|
|
|
|
NOTE:
|
|
<I>SAX</I>,
|
|
|
|
the Simple API for XML,
|
|
is a standard interface for event-based XML parsing,
|
|
developed collaboratively by the members of the XML-DEV mailing list,
|
|
currently hosted by OASIS.
|
|
The
|
|
<I>expat</I>
|
|
|
|
library is a XML 1.0 parser written in C,
|
|
which aims to be fully conforming.
|
|
It is currently not a validating XML processor.
|
|
<P>
|
|
|
|
The
|
|
<I>libxml </I>
|
|
|
|
library now includes a nearly complete
|
|
<I>XPath </I>
|
|
|
|
implementation.
|
|
The
|
|
<I>XPath</I>
|
|
|
|
(XML Path Language) is a language for addressing parts of an
|
|
XML document,
|
|
designed to be used by both
|
|
<I>XSLT </I>
|
|
|
|
and
|
|
<I>XPointer</I>.
|
|
|
|
<P>
|
|
|
|
The
|
|
<I>libxml </I>
|
|
|
|
library exports Push and Pull type parser interfaces for both XML and
|
|
<I>html</I>.
|
|
|
|
<A NAME="lbAD"> </A>
|
|
<H2>FILES</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="1"><B>/depot/lib/libxml_2.0.0/libxml.a</B>
|
|
|
|
<DD>
|
|
static library
|
|
<DT id="2"><B>/depot/lib/libxml_2.0.0/libxml.so</B>
|
|
|
|
<DD>
|
|
shared library
|
|
<DT id="3"><B>/depot/package/libxml_2.0.0/bin/xmllint</B>
|
|
|
|
<DD>
|
|
binary application for parsing XML files
|
|
</DL>
|
|
<A NAME="lbAE"> </A>
|
|
<H2>AUTHORS</H2>
|
|
|
|
Daniel Veillard (<A HREF="mailto:daniel@veillard.com">daniel@veillard.com</A>).
|
|
Red Hat Inc.
|
|
Manual page by Ziying Sherwin (<A HREF="mailto:sherwin@nlm.nih.gov">sherwin@nlm.nih.gov</A>),
|
|
Lister Hill National Center for Biomedical Communications,
|
|
U.S. National Library of Medicine.
|
|
<A NAME="lbAF"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<I><A HREF="/cgi-bin/man/man2html?1+xmllint">xmllint</A></I>(1),
|
|
|
|
<I><A HREF="/cgi-bin/man/man2html?3+libxslt">libxslt</A></I>(3),
|
|
|
|
<I><A HREF="/cgi-bin/man/man2html?3+libexslt">libexslt</A></I>(3),
|
|
|
|
<I><A HREF="/cgi-bin/man/man2html?1+xsltproc">xsltproc</A></I>(1)
|
|
|
|
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="4"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="5"><A HREF="#lbAC">DESCRIPTION</A><DD>
|
|
<DT id="6"><A HREF="#lbAD">FILES</A><DD>
|
|
<DT id="7"><A HREF="#lbAE">AUTHORS</A><DD>
|
|
<DT id="8"><A HREF="#lbAF">SEE ALSO</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:47 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|