Re: Execute XML Query

2002-10-06 Thread Gerald Richter
> Thanks for the reply. My application involves accessing the new Amazon > XML/SOAP Web service. After much reading, I've decided to use SOAP instead > of XSLT. It appears that by using SOAP I can avoid having to use an XSLT > processor. > > Hopefully, you advice regading automaticallly executed X

Re: Execute XML Query

2002-10-06 Thread Gerald Richter
> http://xml.amazon.com/onca/xml2...";>Click on Link > > I'd like to have xml data display on my pages without requiring users to > click on a URL. > When using Embperl 2, mod_perl 2 and Apache 2 you can use the output of a subrequest as input for Embperl. This is done by utilizing the APache

Re: Execute XML Query

2002-10-01 Thread Andrew O'Brien
On Tue, Oct 01, 2002 at 07:39:56PM -0700, Powers, Dean wrote: > I'd like to have xml data display on my pages without requiring users to > click on a URL. > > Anyone know how to construct an Execute Statement which sends out a http > request when the page is generated? use LWP and do your own r

Execute XML Query

2002-10-01 Thread Powers, Dean
I'm implementing a web application that interfaces with the new Amazon XML/HTTP data feed. They normally expect a web page to have a URL link in the form of: http://xml.amazon.com/onca/xml2...";>Click on Link I'd like to have xml data display on my pages without requiring users to click on