| Recommend this page to a friend! |
| Classes of Michael Collado | > | Phritz MVC framework | > | templates/soap/soap.tpl | > | Download | ||
|
|||||||||||||||||||||
<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" encoding="iso-8859-1"/>
<xsl:template match="/">
<soap:Envelope xmlns:soap="http://www.w3.org/2001/12/soap-envelope" soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding">
<soap:Body>
<xsl:copy-of select="/ROOT/CONTENT/*" />
</soap:Body>
</soap:Envelope>
</xsl:template>
</xsl:stylesheet> |