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).
----- Original Message -----
From: "Jon Strayer" <[EMAIL PROTECTED]>
To: "Maven Users List" <[email protected]>
Sent: Wednesday, May 25, 2005 7:35 PM
Subject: Xdoc, URLs and &
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?
---------------------------------------------------------------------
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]