Login   Register  
PHP Classes
elePHPant
Icontem

File: templates/html/default/Test/testmoduleresponse.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/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: 2006-09-21 09:25
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>