1.0.2

On 5/25/05, Arik Kfir <[EMAIL PROTECTED]> wrote:
> oooops! trigger happy on the "send" button :) sorry...
> 
> actually I'm doing it in mevenide and it does work...what maven version are
> you using?
> 
> ----- Original Message -----
> From: "Jamie Bisotti" <[EMAIL PROTECTED]>
> To: "Maven Users List" <users@maven.apache.org>
> Sent: Wednesday, May 25, 2005 8:14 PM
> Subject: Re: Xdoc, URLs and &
> 
> 
> Uhhhh...I think he already tired that and it does not work.  Check the
> original post again.
> 
> On 5/25/05, Arik Kfir <[EMAIL PROTECTED]> wrote:
> > Hi
> >
> > try escaping the ampersands ("&") by changing each "&" occurance into a
> > "&amp;" (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" <users@maven.apache.org>
> > 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&amp;client=Services
> >
> > I get an url that doesn't work (the entity &amp; 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]
> >
> >
> 
> 
> --
> Jamie Bisotti
> Software Engineer
> Lexmark International, Inc.
> 
> ---------------------------------------------------------------------
> 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]
> 
>

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

Reply via email to