From 16d724ed782a1404d8e4e232023779fcf296c217 Mon Sep 17 00:00:00 2001 From: Rowan Collins Date: Tue, 4 Sep 2012 22:46:39 +0100 Subject: [PATCH] Mention CDATA. Everyone panics about CDATA. --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index 65dc4d2..33293ef 100644 --- a/README.markdown +++ b/README.markdown @@ -23,6 +23,7 @@ Read the PHPDoc, and try it out, to see exactly how it works but to give you a t * Displays the namespace alias and URI of the current element, and all its direct children. * Lists the total number and name of all attributes on an element (broken down by namespace). * Lists the total number of direct children (broken down by namespace) along with a summary of their names (e.g. the fact that there are 500 `Result` elements and 1 `Info` element). +* Shows complete string content of a node, *including CDATA*. Limitations and Warnings ------------------------