[ 
https://issues.apache.org/jira/browse/DDLUTILS-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498482
 ] 

Thomas Dudziak commented on DDLUTILS-174:
-----------------------------------------

Mhmm, "<![CDATA[" is not actually a valid value for an XML attribute or Text 
element, because the '<' needs to be escaped (&lt;). Hence, DdlUtils writes 
"&lt;![CDATA[" which is fine as far as XML is concerned.

> Not all "special characters" in content detected
> ------------------------------------------------
>
>                 Key: DDLUTILS-174
>                 URL: https://issues.apache.org/jira/browse/DDLUTILS-174
>             Project: DdlUtils
>          Issue Type: Bug
>          Components: Core (No specific database)
>    Affects Versions: 1.0 RC1
>            Reporter: Michael Lipp
>         Assigned To: Thomas Dudziak
>         Attachments: patch.txt
>
>
> Besides the characters already detected in 
> DataWriter.containsSpecialCharacters there is another "special character" 
> that requires using base64 encoding: "<![CDATA[". Because content is written 
> to XML within "<![CDATA[...]]>" it may not contain "<![CDATA[".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to