PHP Classes

File: templates/html/default/Test/testmoduleresponse.tpl

Recommend this page to a friend!
  Classes of Michael Collado   Phritz MVC framework   templates/html/default/Test/testmoduleresponse.tpl   Download  
File: templates/html/default/Test/testmoduleresponse.tpl
Role: Auxiliary data
Content type: text/plain
Description: template file for example module
Class: Phritz MVC framework
Browser device independent MVC framework
Author: By
Last change:
Date: 17 years ago
Size: 775 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp "&#160;"> <!ENTITY copy "&#169;"> <!ENTITY reg "&#174;"> <!ENTITY trade "&#8482;"> <!ENTITY mdash "&#8212;"> <!ENTITY ldquo "&#8220;"> <!ENTITY rdquo "&#8221;"> <!ENTITY pound "&#163;"> <!ENTITY yen "&#165;"> <!ENTITY euro "&#8364;"> ]> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="xml" encoding="iso-8859-1" omit-xml-declaration="yes"/> <xsl:template match="/"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <th>Your answer is...</th> </tr> <tr> <th><xsl:value-of select="/ROOT/RESPONSE/newstring" /></th> </tr> </table> </xsl:template> </xsl:stylesheet>