1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

modified the file header to add more informations, painful... updated to

* include/libxml/*.h include/libxml/*.h.in: modified the file
  header to add more informations, painful...
* genChRanges.py genUnicode.py: updated to generate said changes
  in headers
* doc/apibuild.py: extract headers, add them to libxml2-api.xml
* *.html *.xsl *.xml: updated the stylesheets to flag geprecated
  APIs modules. Updated the stylesheets, some cleanups, regenerated
* doc/html/*.html: regenerated added back book1 and libxml-lib.html
Daniel
This commit is contained in:
Daniel Veillard
2003-11-18 20:56:51 +00:00
parent 2f9cf62d61
commit be5869729a
98 changed files with 2027 additions and 1417 deletions

View File

@@ -1,9 +1,13 @@
/*
* HTMLparser.h : interface for an HTML 4.0 non-verifying parser
* Summary: interface for an HTML 4.0 non-verifying parser
* Description: this module implements an HTML 4.0 non-verifying parser
* with API compatible with the XML parser ones. It should
* be able to parse "real world" HTML, even if severely
* broken from a specification point of view.
*
* See Copyright for the status of this software.
* Copy: See Copyright for the status of this software.
*
* daniel@veillard.com
* Author: Daniel Veillard
*/
#ifndef __HTML_PARSER_H__