Arik Kfir wrote:
> Hi
> 
> try escaping the ampersands ("&") by changing each "&" occurance into a
> "&" (without the quotes). This is an XML issue, btw, not a Maven
> issue, as you cannot put ampersands in XML without escaping it (reserved
> character).

I did that.  That's how I ended up with a URL that didn't work.

> 
> I would like to include a url that has a few parameters in an xdoc.
> 
> The URL is long, but it looks something like this:
> http://blablabla.com//fn_custom_login.asp?hidetree=true&client=Services
> 
> When I put it in like this xdoc complains about the entity &client.
> 
> When I use
> http://blablabla.com//fn_custom_login.asp?hidetree=true&client=Services
> 
> I get an url that doesn't work (the entity & isn't ever translated
> to an &).
> 
> Is there a workaround?

Besides tinyurl.com?



----

He was so narrow minded he could see through a keyhole with both eyes..."

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

Reply via email to