From d03a853bb0370d89552eceee59df1746da4a37f8 Mon Sep 17 00:00:00 2001
From: Mike Hommey
Date: Sun, 1 Mar 2009 10:53:23 +0100
Subject: Import upstream version 2.7.0
---
doc/FAQ.html | 26 +++++++-------------------
1 file changed, 7 insertions(+), 19 deletions(-)
(limited to 'doc/FAQ.html')
diff --git a/doc/FAQ.html b/doc/FAQ.html
index 3b43432..6454942 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -217,9 +217,11 @@ pnode=pxmlDoc->children->children;
and libxml2, but you need to install a more recent version:
libxml(-devel) >= 1.8.8 or libxml2(-devel) >= 2.1.0
- XPath implementation looks seriously broken
- XPath implementation prior to 2.3.0 was really incomplete. Upgrade to
- a recent version, there are no known bugs in the current version.
+ Random crashes in threaded applications
+ Read and follow all advices on the thread
+ safety page, and make 100% sure you never call xmlCleanupParser()
+ while the library or an XML document might still be in use by another
+ thread.
The example provided in the web page does not compile.
It's hard to maintain the documentation in sync with the code
@@ -235,16 +237,8 @@ pnode=pxmlDoc->children->children;
generated doc
have a look at the set of
examples.
- look for examples of use for libxml2 function using the Gnome code.
-
-
+ look for examples of use for libxml2 function using the Gnome code
+ or by asking on Google.
Browse
the libxml2 source , I try to write code as clean and documented
as possible, so looking at it may be helpful. In particular the code
@@ -261,12 +255,6 @@ pnode=pxmlDoc->children->children;
Website: http://libxmlplusplus.sourceforge.net/
Download: http://sourceforge.net/project/showfiles.php?group_id=12999
-
How to validate a document a posteriori ?
It is possible to validate documents which had not been validated at
--
cgit v1.2.3