Adriano Smith dijo:
> i use javamail api in an xsp to read mails.
>
> i use the below statement to ignore html tags in mails.
>
> String noHTMLString = temp.replaceAll(\"\\\\<.*?\\\\>\",\"\");
>
>
> However the following error is seen...
>
> org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
> org.xml.sax.SAXException: Attempt to output character of integral value
> 65533 that is not represented in specified output encoding of ISO-8859-1.
>
> What does this mean?

What versio of Cocoon are you using? I guess it is not the 2.1.5.1. If
this is the case, please try to upgrade to 2.1.5.1 version. There was a
big in xalan.

Best Regards,

Antonio Gallardo


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to