Edit

kc3-lang/libxml2/doc/gnome-xml.sgml

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 1999-07-15 14:24:29
    Hash : 1566d3a9
    Message : Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and docs, Daniel

  • doc/gnome-xml.sgml
  • <!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
    <!entity parser SYSTEM "sgml/parser.sgml">
    <!entity tree SYSTEM "sgml/tree.sgml">
    <!entity entities SYSTEM "sgml/entities.sgml">
    <!entity error SYSTEM "sgml/xml-error.sgml">
    <!entity valid SYSTEM "sgml/valid.sgml">
    <!entity xpath SYSTEM "sgml/xpath.sgml">
    <!entity SAX SYSTEM "sgml/SAX.sgml">
    <!entity HTMLparser SYSTEM "sgml/HTMLparser.sgml">
    <!entity HTMLtree SYSTEM "sgml/HTMLtree.sgml">
    <!entity parserInternals SYSTEM "sgml/parserInternals.sgml">
    ]>
    
    <book>
      <bookinfo>
          <title>Gnome XML Library Reference Manual</title>
      </bookinfo>
    
      <chapter id="libxml">
        <title>Gnome XML Library</title>
        &parser; The parser general interfaces
        &SAX; The parser SAX interfaces
        &tree; Manipulation the tree generated by the parser
        &entities; Routines for handling entities
        &valid; All the stuff defined in DTDs
        &error; Callbacks in case of parsing error
        &parserInternals; Access to the parser internal routines
        &HTMLparser; parsing HTML and generating a tree
        &HTMLtree; printing HTML trees
        &xpath; A on-going XPath implementation
      </chapter>
    </book>