diff options
author | Daniel Veillard <veillard@src.gnome.org> | 1999-07-15 14:24:29 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 1999-07-15 14:24:29 +0000 |
commit | 1566d3a91b50e08f8bd928da5a06d9c53a99747f (patch) | |
tree | f6c75eeafc37dd40a502e2a17e3d1f7ae8b710ba /doc/gnome-xml.sgml | |
parent | d79d787092753bc1f86e360f33b6d6bcb8940d80 (diff) | |
download | libxml2-1566d3a91b50e08f8bd928da5a06d9c53a99747f.tar.gz |
Added XPath code (http://www.w3.org/TR/xpath), updated HTML support and docs, DanielLIB_XML_1_4
Diffstat (limited to 'doc/gnome-xml.sgml')
-rw-r--r-- | doc/gnome-xml.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/gnome-xml.sgml b/doc/gnome-xml.sgml index e7442bd4..96eb97aa 100644 --- a/doc/gnome-xml.sgml +++ b/doc/gnome-xml.sgml @@ -4,6 +4,10 @@ <!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"> ]> @@ -15,11 +19,15 @@ <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> |