RE: Problem dealing with ampersand - HELP

2004-09-09 Thread Philip . Fennell
:[EMAIL PROTECTED] Sent: 08 September 2004 19:54 To: [EMAIL PROTECTED] Subject: Problem dealing with ampersand - HELP I have a jsp page that produces a href element that has some query parameters. Unfortunately the cocoon pipeline throws an error: org.apache.cocoon.ProcessingException

Problem dealing with ampersand - HELP

2004-09-08 Thread kranga
I have a jsp page that produces a href element that has some query parameters. Unfortunately the cocoon pipeline throws an error: org.apache.cocoon.ProcessingException: SAXException while parsing JSPEngine output: null:102:135:org.xml.sax.SAXParseException: The reference to entity subsect must

Re: Problem dealing with ampersand - HELP

2004-09-08 Thread Dale Christ
On Wed, 8 Sep 2004 14:53:34 -0400, kranga [EMAIL PROTECTED] wrote: I have a jsp page that produces a href element that has some query substitute your '' for 'amp;' like this: xyz.com?test=1amp;subsect=go org.apache.cocoon.ProcessingException: SAXException while parsing JSPEngine output: