PHP Classes

File: phpCal_docStyle.xsl

Recommend this page to a friend!
  Classes of Rick Hopkins   phpCal   phpCal_docStyle.xsl   Download  
File: phpCal_docStyle.xsl
Role: Documentation
Content type: text/plain
Description: XSL Documentation Stylesheet
Class: phpCal
Generate customizable calendars in HTML
Author: By
Last change:
Date: 21 years ago
Size: 2,502 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="ISO-8859-1"?> <html xsl:version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml/strict"> <head> <title>PHPCal XML Documentation</title> <style> h1 {font-family: Arial, Verdana; font-size: 10px; color: #333333; font-weight: normal; margin: 0px; padding: 0px;} b {font-size: 11px;} .method {background-color: #EEEEEE;} </style> </head> <body> <table width="750" style="border: 1px solid #333333;"> <tr> <td width="100"><h1>Class Name: </h1></td> <td><h1><b><xsl:value-of select="phpCal/classinfo/classname" /></b></h1></td> </tr> <tr> <td><h1>Version:</h1></td> <td><h1><b><xsl:value-of select="phpCal/classinfo/version" /></b></h1></td> </tr> <tr> <td><h1>Author:</h1></td> <td><h1><b><xsl:value-of select="phpCal/classinfo/author" /></b></h1></td> </tr> <tr> <td><h1>Date:</h1></td> <td><h1><b><xsl:value-of select="phpCal/classinfo/date" /></b></h1></td> </tr> <tr> <td valign="top"><h1>Short Description:</h1></td> <td><h1><b><xsl:value-of select="phpCal/classinfo/description" /></b></h1></td> </tr> <tr> <td colspan="2"><h1><br /></h1></td> </tr> <tr> <td><h1>Summary:</h1></td> <td><h1><b>Full Description:</b></h1></td> </tr> <tr> <td><h1> </h1></td> <td><h1><xsl:value-of select="phpCal/summary/description" /></h1></td> </tr> <tr> <td><h1>Change Log:</h1></td> <td><h1><b>Last Update: <xsl:value-of select="phpCal/changelog/lastchange" /></b></h1></td> </tr> <tr> <td><h1> </h1></td> <td><h1><xsl:for-each select="phpCal/changelog/entry"><xsl:value-of select="." /></xsl:for-each></h1></td> </tr> <tr> <td colspan="2"><h1><br /></h1></td> </tr> <tr> <td colspan="2"><h1>Methods:</h1></td> </tr> <xsl:for-each select="phpCal/summary/publicmethods/method"> <tr class="method"> <td><h1><b><xsl:value-of select="methodname" /></b></h1></td> <td><h1><i>Parameters:</i></h1></td> </tr> <tr> <td><h1> </h1></td> <td><h1><xsl:for-each select="parameters/param"><xsl:value-of select="." /><br /></xsl:for-each></h1></td> </tr> <tr> <td><h1> </h1></td> <td class="method"><h1><i>Purpose:</i></h1></td> </tr> <tr> <td><h1> </h1></td> <td><h1><xsl:value-of select="purpose" /></h1></td> </tr> <tr> <td><h1> </h1></td> <td class="method"><h1><i>Example:</i></h1></td> </tr> <tr> <td><h1> </h1></td> <td><h1><xsl:value-of select="example" /></h1></td> </tr> <tr> <td colspan="2"><h1>&#160;</h1></td> </tr> </xsl:for-each> </table> </body> </html>