Using parameterised URL in FileGenerator

2003-03-24 Thread Alex Romayev
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=xparam2=yparam3=z/

and the following is not the right URL:

map:generate
src=http://foo.com?param1=xamp;param2=yamp;param3=z/

Any ideas?

Thanks,
-Alex


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



Re: Using parameterised URL in FileGenerator

2003-03-24 Thread Alex Romayev
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=xparam2=yparam3=z/
 
 and the following is not the right URL:
 
 map:generate

src=http://foo.com?param1=xamp;param2=yamp;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]



Re: Using parameterised URL in FileGenerator

2003-03-24 Thread Alex Romayev
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=xparam2=yparam3=z/
  
  and the following is not the right URL:
  
  map:generate
 

src=http://foo.com?param1=xamp;param2=yamp;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]