From 91e69c590423e930680fd1a55125f7125fd1088d Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 4 Aug 2003 01:43:07 +0000 Subject: [PATCH] applied doc patch to xml.html and rebuilt, apparently some C++ wrappers * doc/FAQ.html doc/xml.html: applied doc patch to xml.html and rebuilt, apparently some C++ wrappers are not available, c.f. bug #118943 Daniel --- ChangeLog | 6 ++++++ doc/FAQ.html | 12 +++++++----- doc/xml.html | 8 +++++--- 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 88124cc1..ade51166 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard + + * doc/FAQ.html doc/xml.html: applied doc patch to xml.html + and rebuilt, apparently some C++ wrappers are not available, + c.f. bug #118943 + Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard * tree.c: fixing HTML attribute serialization bug #118763 diff --git a/doc/FAQ.html b/doc/FAQ.html index 44dee046..657a8122 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -205,15 +205,17 @@ pnode=pxmlDoc->children->children;

libxml2 is written in pure C in order to allow easy reuse on a number of platforms, including embedded systems. I don't intend to convert to C++.

-

There are however a few C++ wrappers which may fulfill your needs:

+

There is however a C++ wrapper which may fulfill your needs:

  • How to validate a document a posteriori ?

    It is possible to validate documents which had not been validated at initial parsing time or documents which have been built from scratch diff --git a/doc/xml.html b/doc/xml.html index 2a9f8b5c..ecd5a68a 100644 --- a/doc/xml.html +++ b/doc/xml.html @@ -404,18 +404,20 @@ pnode=pxmlDoc->children->children;

    libxml2 is written in pure C in order to allow easy reuse on a number of platforms, including embedded systems. I don't intend to convert to C++.

    -

    There are however a few C++ wrappers which may fulfill your needs:

    +

    There is however a C++ wrapper which may fulfill your needs:

  • How to validate a document a posteriori ?