You should be able to do something like that with axkit. You could create 
an XSP page that fetches the remote xml document and axkit already has an 
xlst pipeline built in. As for post processing 
the html you could setup an Apache::Filter chain and place a custom 
handler after AxKit for this purpose.


On Sun, 1 Sep 2002, alan ky wrote:

> Hi,
> 
> I'm trying to determine if AxKit can do this, so far
> it looks like no.
> 
> What I need is, when a client requests somepage.htm, I
> have to fetch xml page via http from a sister site,
> transform it with my xslt style sheet, and return the
> transformation to another script which does a number
> of non xml things, then finally it goes back to the
> client.
> 
> Currently I just spawn a Java Xalan instance each
> time, to perform the transformation, and spit the
> content back to the script that needs it. 
> 
> These seems rather kludgy to me, so I've been looking
> for a faster solution (there's no getting around the
> basic fetch xml from another site etc).
> 
> Can AxKit do something like this, or is there any
> advantage to using it in this scenario?
> 
> thank you 
> Alan
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Finance - Get real-time stock quotes
> http://finance.yahoo.com
> 
> ---------------------------------------------------------------------
> 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