On Wed, 31 Aug 2005, Plorks mail wrote:

> So do i do this -  [CDATA[writer.toString()]]

  result = "<![CDATA[" + writer.toString() + "]]>";

would be the correct Java form. CDATA is an XML construct, not a Java
construct.

Guy Rixon                                       [EMAIL PROTECTED]
Institute of Astronomy                          Tel: +44-1223-337542
Madingley Road, Cambridge, UK, CB3 0HA          Fax: +44-1223-337523

Reply via email to