libxml(3) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

libxml(3)

libxml(3)                  Library Functions Manual                  libxml(3)



NAME
       libxml - library used to parse XML files

DESCRIPTION
       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 docu‐
       ments.

       The libxml library also has a SAX-like interface, which is designed  to
       be  compatible  with expat(1).  NOTE: SAX, the Simple API for XML, is a
       standard interface for event-based XML  parsing,  developed  collabora‐
       tively  by the members of the XML-DEV mailing list, currently hosted by
       OASIS.  The expat library is a XML 1.0 parser written in C, which  aims
       to  be  fully conforming.  It is currently not a validating XML proces‐
       sor.

       The libxml library now includes a nearly complete XPath implementation.
       The  XPath (XML Path Language) is a language for addressing parts of an
       XML document, designed to be used by both XSLT and XPointer.

       The libxml library exports Push and Pull  type  parser  interfaces  for
       both XML and html.

FILES
       /lib/libxml2.so       shared library

       /usr/bin/xmllint      binary application for parsing XML files

       /usr/bin/xml2-config  application for printing library configuration

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.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       box; cbp-1 | cbp-1 l | l .  ATTRIBUTE TYPE ATTRIBUTE VALUE = Availabil‐
       ity   library/libxml2 = Stability Committed


SEE ALSO
       xmllint(1), libxslt(3), libexslt(3), xsltproc(1)



NOTES
       Source code for open source software components in Oracle  Solaris  can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This    software    was    built    from    source     available     at
       https://github.com/oracle/solaris-userland.    The  original  community
       source         was         downloaded         from           ftp://xml‐
       soft.org/libxml2/libxml2-2.9.12.tar.gz.

       Further information about this software can be found on the open source
       community website at http://xmlsoft.org/.



                                 12 April 2000                       libxml(3)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3