Never mind, I had a space in my URL -- just like
publicly talking to myself ;)

--- Alex Romayev <[EMAIL PROTECTED]> wrote:
> It didn't come out quite clearly on the email, but
> the
> basic point is that if I use "&", it's not valid
> XML,
> and if I substitute it with "&amp;" the URL is
> incorrect.
> 
> --- Alex Romayev <[EMAIL PROTECTED]> wrote:
> > Hi,
> > 
> > I'm running into problems trying to use
> > FileGenerator
> > go get XML via a parameterised URL.
> > 
> > The following is invalid XML:
> > 
> > <map:generate
> > src="http://foo.com?param1=x&param2=y&param3=z"/>
> > 
> > and the following is not the right URL:
> > 
> > <map:generate
> >
>
src="http://foo.com?param1=x&amp;param2=y&amp;param3=z"/>
> > 
> > Any ideas?
> > 
> > Thanks,
> > -Alex
> > 
> > 
> >
>
---------------------------------------------------------------------
> > 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