When you ask questions about XQuery, you need to make it clear whether you are asking about the W3C specification, the QuiP implementation, or the Tamino 4.1 implementation.
I get the impression that CDATA sections are not implemented in QuiP. They were very poorly specified in the W3C drafts until the most recent November version. In your example you don’t need a CDATA section because
can be rewritten as:
Korea
This has exactly the same effect. CDATA sections are only needed if your text contains special characters such as “<” and “&” (ampersand).
Michael Kay
#webMethods#API-Management#Tamino