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=1&amp;subsect=go



> 
>  org.apache.cocoon.ProcessingException: SAXException while parsing JSPEngine
> output: null:102:135:org.xml.sax.SAXParseException: The reference to entity
> "subsect" must end with the ';' delimiter.
> 
> The href element has a URL of the form xyz.com?test=1&subsect=go
> 
> How do I get around this? I cannot possibly put in some entity reference
> because the href is user input driven.
> 
> Thanks
> K
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to