I have some XML that I want to parse with Castor but it might contain really
large chunks of CData input. Something like:
<text>[CDATA <html><body>Entire html page that could be many 100's of K
large</body></html>]</text>
Does anybody know how Castor could unmarshall that? I don't think I can
unmarshall to a String because if the CDATA is larger than 64K the string
won't be able to handle it.
Thanks,
Joe
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-user