Hi, I am trying to accomplish the following:
- Receive an XML file either by FTP or by fetching it with wget or something - When the file is completely transferred, apply an XSL transformation on it - Put the resulting XSLT file(s) in a directory or add them to a database (not sure which approach will be used yet) - Return the XSLT file(s) to an HTTP client on request I'm pretty sure that the last three are supported by Coccon but I am unsure about the first one. I don't think it will be possible to push the data to the Cocoon server via a form, or via some sort of GET/POST combination. Also, we are considering testing various XSLT engines (xalan, saxon, possibly the Oracle one) to see which gives the best results. My understanding is that I can use any XSLT implemention, as long as it implements the appropriate API. Am I correct? Thanks for any help, L --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
