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

Subject: Re: [xsl] suggestions for per request xslt performance?
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Wed, 25 Apr 2007 15:04:07 +0200
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).


Current Thread