Login   Register  
PHP Classes
elePHPant
Icontem

File: templates/soap/soap.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2006-09-21 09:27
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>