xsl-list
[Top] [All Lists]

Re: [xsl] suggestions for per request xslt performance?

2007-04-25 06:06:32
Michael Kay wrote:
Now, it should not take anything more than a few days to build a SOAP server, and make PHP send a SOAP message to this server where the returned message contains the transformed XML.

Why SOAP? It can be done perfectly well using REST.

Well, any bridging/interfacing technique will do, it was just meant as example. You could even choose to use an arbitrary HTTP POST if all you are after is sending a body of XML and receiving back a body of XML (or any other data format).

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--