[jdom-interest] cdata
Jason Hunter
jhunter at collab.net
Mon Aug 21 14:03:23 PDT 2000
Kem Morehead wrote:
>
> Hi,
>
> Could someone tell me how to create a CDATA element? I know I can
> read one with getContent(), but I can't seem to find information
> on creating one.
All content can be represented without the use of CDATA (it's just a
shorthand for avoiding char entities), and since adding a CDATA class
would complicate the API, we currently don't bother with it.
-jh-
More information about the jdom-interest
mailing list