It works so well that it doesn't even show in the e-mail.
http://www.example.com/fop/test.jsp?pageType=page'&'contentID=1234

From: "Fabrizio Caldas" <[EMAIL PROTECTED]>
Reply-To: fop-users@xmlgraphics.apache.org
To: fop-users@xmlgraphics.apache.org
Subject: Re: Problem when link has "contentid"
Date: Fri, 22 Jul 2005 11:21:26 -0300

That did the trick.

Now this is how the link is in my xml:
http://www.example.com/fop/test.jsp?pageType=page&amp;contentID=1234

Thanks Andreas.

Thanks for all you guys help.

From: Andreas L.Delmelle <[EMAIL PROTECTED]>
Reply-To: fop-users@xmlgraphics.apache.org
To: fop-users@xmlgraphics.apache.org
Subject: Re: Problem when link has "contentid"
Date: Fri, 22 Jul 2005 16:11:02 +0200

On Jul 22, 2005, at 14:57, Fabrizio Caldas wrote:

Hi,

This is a better example f the link I'm using:
http://www.example.com/fop/test.jsp?pageType=page&contentID=1234


In this case you should escape the ampersand in the original file, so make it '&amp;' instead of plain '&'. Neither XML nor HTML allow plain unescaped ampersands. In any case, your browser shouldn't have a problem if you make it:

http://www.example.com/fop/test.jsp?pageType=page&amp;contentID=1234";

HTH!

Greetz,

Andreas


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


_________________________________________________________________
MSN Messenger: converse online com seus amigos . http://messenger.msn.com.br


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


_________________________________________________________________
MSN Messenger: converse online com seus amigos . http://messenger.msn.com.br


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

Reply via email to