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]
