Blame doc/devhelp/index.html

Packit Service a31ea6
Packit Service a31ea6
<html>
Packit Service a31ea6
  <head>
Packit Service a31ea6
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
Packit Service a31ea6
    <title>libxml2 Reference Manual</title>
Packit Service a31ea6
    <meta name="generator" content="Libxml2 devhelp stylesheet"/>
Packit Service a31ea6
    <link rel="stylesheet" href="style.css" type="text/css"/>
Packit Service a31ea6
  </head>
Packit Service a31ea6
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
Packit Service a31ea6
    
Packit Service a31ea6
      
Packit Service a31ea6
        
Packit Service a31ea6
          
Packit Service a31ea6
            Home
Packit Service a31ea6
          
Packit Service a31ea6
        
Packit Service a31ea6
        
Packit Service a31ea6
          
Packit Service a31ea6
            Next
Packit Service a31ea6
          
Packit Service a31ea6
        
Packit Service a31ea6
        libxml2 Reference Manual
Packit Service a31ea6
      
Packit Service a31ea6
    
Packit Service a31ea6
    

Packit Service a31ea6
      libxml2 Reference Manual
Packit Service a31ea6
    
Packit Service a31ea6
    

Libxml2 is the XML C parser and toolkit developed for the Gnome project

Packit Service a31ea6
(but usable outside of the Gnome platform), it is free software available
Packit Service a31ea6
under the MIT
Packit Service a31ea6
License. XML itself is a metalanguage to design markup languages, i.e.
Packit Service a31ea6
text language where semantic and structure are added to the content using
Packit Service a31ea6
extra "markup" information enclosed between angle brackets. HTML is the most
Packit Service a31ea6
well-known markup language. Though the library is written in C a variety of language bindings make it available in
Packit Service a31ea6
other environments.

Packit Service a31ea6
    

Libxml2 implements a number of existing standards related to markup

Packit Service a31ea6
languages:

Packit Service a31ea6
    
    Packit Service a31ea6
          
  • the XML standard: http://www.w3.org/TR/REC-xml
  • Packit Service a31ea6
          
  • Namespaces in XML: http://www.w3.org/TR/REC-xml-names/
  • Packit Service a31ea6
          
  • XML Base: http://www.w3.org/TR/xmlbase/
  • Packit Service a31ea6
          
  • RFC 2396 :
  • Packit Service a31ea6
    Uniform Resource Identifiers http://www.ietf.org/rfc/rfc2396.txt
    Packit Service a31ea6
          
  • XML Path Language (XPath) 1.0: http://www.w3.org/TR/xpath
  • Packit Service a31ea6
          
  • HTML4 parser: http://www.w3.org/TR/html401/
  • Packit Service a31ea6
          
  • XML Pointer Language (XPointer) Version 1.0: http://www.w3.org/TR/xptr
  • Packit Service a31ea6
          
  • XML Inclusions (XInclude) Version 1.0: http://www.w3.org/TR/xinclude/
  • Packit Service a31ea6
          
  • ISO-8859-x encodings, as well as rfc2044 [UTF-8]
  • Packit Service a31ea6
    and rfc2781
    Packit Service a31ea6
    [UTF-16] Unicode encodings, and more if using iconv support
    Packit Service a31ea6
          
  • part of SGML Open Technical Resolution TR9401:1997
  • Packit Service a31ea6
          
  • XML Catalogs Working Draft 06 August 2001: http://www.oasis-open.org/committees/entity/spec-2001-08-06.html
  • Packit Service a31ea6
          
  • Canonical XML Version 1.0: http://www.w3.org/TR/xml-c14n
  • Packit Service a31ea6
    and the Exclusive XML Canonicalization CR draft http://www.w3.org/TR/xml-exc-c14n
    Packit Service a31ea6
          
  • Relax NG, ISO/IEC 19757-2:2003, http://www.oasis-open.org/committees/relax-ng/spec-20011203.html
  • Packit Service a31ea6
          
  • W3C XML Schemas Part 2: Datatypes REC 02 May
  • Packit Service a31ea6
    2001
    Packit Service a31ea6
          
  • W3C xml:id Working Draft 7
  • Packit Service a31ea6
    April 2004
    Packit Service a31ea6
        
    Packit Service a31ea6
        

    As a result the libxml2 API is very

    Packit Service a31ea6
    	      large. If you get lost searching for some specific API use
    Packit Service a31ea6
    	      the online search
    Packit Service a31ea6
    	      engine hosted on xmlsoft.org
    Packit Service a31ea6
    	      the libxml2 and libxslt project page. 

    Packit Service a31ea6
      </body>
    Packit Service a31ea6
    </html>