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

Release 1.6, lot of fixes, more validation, code cleanup, added namespace

on attributes, Daniel.
This commit is contained in:
Daniel Veillard
1999-08-29 21:02:19 +00:00
parent 56316b09e4
commit b96e643849
58 changed files with 5241 additions and 1903 deletions

View File

@ -35,7 +35,6 @@ static int copy = 0;
/*
* Note: this is perfectly clean HTML, i.e. not a useful test.
*/
static CHAR buffer[] =
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\"\n\
\"http://www.w3.org/TR/REC-html40/loose.dtd\">\n\
@ -52,6 +51,7 @@ We are doing our best to get it back on-line,\n\
</body>\n\
</html>\n\
";
*/
/************************************************************************
* *