On 20 October 2015 at 15:45, Schouten, Edgar J. (RB-NL) wrote:

  Hi,

> This application requires <![CDATA[-fields

  Which means it is not expecting XML.  CDATA is syntactic sugar.
Whether it is used or not, equivalent XML documents should be treated
the same (regardless of CDATA sections).  Not everything has to be
XML, so it might be OK, but often "issues" with CDATA are an
application configured the wrong way and rejecting well-formed XML
when it should not.

> declare option xdmp:output "cdata-section-elements=myElement";

  This can be applied only if the serializer gets into play.  How are
you evaluating the query, and how are you saving (or displaying) its
result?

  Regards,

-- 
Florent Georges
http://fgeorges.org/
http://h2oconsulting.be/
_______________________________________________
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to