From 8d7b5c7ecdebc775257495bcdaa855916f2dfbb0 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Sat, 15 Nov 2003 18:24:36 +0000 Subject: [PATCH] fixed some wording make sure doc/examples is packaged fixed the really * Copyright: fixed some wording * libxml.spec.in: make sure doc/examples is packaged * include/libxml/tree.h valid.c xmlreader.c: fixed the really annoying problem about xmlRemoveID and xmlReader streaming. Thing looks fixed now, add to add a doc reference to the xmlID structure though... Daniel --- ChangeLog | 12 +- Copyright | 7 +- doc/FAQ.html | 9 +- doc/examples/Makefile.am | 8 + doc/examples/index.py | 8 + doc/examples/tree1.out | Bin 121 -> 1765696 bytes doc/libxml2-api.xml | 1164 +++++++++++++++++++------------------- doc/xml.html | 7 +- include/libxml/tree.h | 1 + libxml.spec.in | 1 + valid.c | 35 +- xmlreader.c | 71 ++- 12 files changed, 721 insertions(+), 602 deletions(-) diff --git a/ChangeLog b/ChangeLog index 792c1e1c..19f5a910 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ +Sat Nov 15 19:20:32 CET 2003 Daniel Veillard + + * Copyright: fixed some wording + * libxml.spec.in: make sure doc/examples is packaged + * include/libxml/tree.h valid.c xmlreader.c: fixed the really + annoying problem about xmlRemoveID and xmlReader streaming. + Thing looks fixed now, add to add a doc reference to the + xmlID structure though... + Sat Nov 15 09:53:36 MST 2003 John Fleck - * doc/docdescr.doc - added description of man page building + * doc/docdescr.doc: added description of man page building Sat Nov 15 19:08:22 HKT 2003 William Brack diff --git a/Copyright b/Copyright index d8299f54..417e9553 100644 --- a/Copyright +++ b/Copyright @@ -1,7 +1,8 @@ -Except where otherwise noted in the source code (trio files, hash.c and list.c) -covered by a similar licence but with different Copyright notices: +Except where otherwise noted in the source code (e.g. the files hash.c, +list.c and the trio files, which are covered by a similar licence but +with different Copyright notices) all the files are: - Copyright (C) 1998-2002 Daniel Veillard. All Rights Reserved. + Copyright (C) 1998-2003 Daniel Veillard. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/doc/FAQ.html b/doc/FAQ.html index f662db1c..8946c7c9 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -182,21 +182,22 @@ pnode=pxmlDoc->children->children;

Check the previous points 1/ and 2/ raised before, and please send patches.

-
  • Where can I get more examples and information than privoded on the +
  • Where can I get more examples and information than provided on the web page?

    Ideally a libxml2 book would be nice. I have no such plan ... But you can: