From a3a9d53860ff3a71b700b7ed135c1722394bf2f9 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 19 Oct 2015 20:55:39 -0700 Subject: docs: Fix CDATA example Fixes #61. --- docs/manual.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/manual.adoc') diff --git a/docs/manual.adoc b/docs/manual.adoc index 6f101fb..62a3e05 100644 --- a/docs/manual.adoc +++ b/docs/manual.adoc @@ -291,7 +291,7 @@ Here `"node"` element has three children, two of which are PCDATA nodes with val * Character data nodes ([[node_cdata]]`node_cdata`) represent text in XML that is quoted in a special way. CDATA nodes do not differ from PCDATA nodes except in XML representation - the above text example looks like this with CDATA: + ---- - + ---- + CDATA nodes make it easy to include non-escaped `<`, `&` and `>` characters in plain text. CDATA value can not contain the character sequence `]]>`, since it is used to determine the end of node contents. -- cgit v1.2.3