remove html tags

2004-09-16 Thread Adriano Smith
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

Re: remove html tags

2004-09-17 Thread Antonio Gallardo
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