- HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
  #55380
- tree.c: patch to xmlNodeGetContent() to get CDATA section content
Daniel
diff --git a/tree.c b/tree.c
index 4b32f92..99afb61 100644
--- a/tree.c
+++ b/tree.c
@@ -3308,6 +3308,7 @@
 	    while (tmp != NULL) {
 		switch (tmp->type) {
 		    case XML_ELEMENT_NODE: 
+		    case XML_CDATA_SECTION_NODE:
 		    case XML_TEXT_NODE:
 			if (tmp->content != NULL)
 #ifndef XML_USE_BUFFER_CONTENT