PHP Classes

File: templates/soap/soap.tpl

Recommend this page to a friend!
  Classes of Michael Collado   Phritz MVC framework   templates/soap/soap.tpl   Download  
File: templates/soap/soap.tpl
Role: Auxiliary data
Content type: text/plain
Description: Template file for SOAP output
Class: Phritz MVC framework
Browser device independent MVC framework
Author: By
Last change:
Date: 18 years ago
Size: 472 bytes
 

Contents

Class file image 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>