[ https://issues.apache.org/jira/browse/DDLUTILS-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499841 ]
Thomas Dudziak commented on DDLUTILS-174: ----------------------------------------- I'm quite sure because the API usage boils down to writeStartElement() writeCData() writeEndElement() (see http://svn.apache.org/viewvc/db/ddlutils/trunk/src/java/org/apache/ddlutils/io/DataWriter.java?view=markup in method write(SqlDynaBean).) It's not filed though AFAICS in Sun's bug database. Btw, if I'm not mistaken, only beginning with JDK6 a stax implementation is provided by the JDK, so it is a relatively new technology in the JDK anyways whereas Woodstox has been around the block for some time now. If you need some more arguments for using Woodstox, see the paragraph "Why use Woodstox of all available StAX implementations?" on the Woodstox homepage (http://woodstox.codehaus.org). > 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 > Assignee: Thomas Dudziak > Attachments: liferay-db-schema.xml, patch.txt, populate-liferay-db.xml > > > 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.