Login   Register  
PHP Classes
elePHPant
Icontem

File: test.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Gregory  >  Cached XSL  >  test.php  >  Download  
File: test.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Cached XSL
XSL transformation wrapper with caching
Author: By
Last change:
Date: 2004-07-10 15:22
Size: 99 bytes
 

Contents

Class file image Download
<?
require_once 'class.xslt.inc';

$xslt = new cXSL('test.xml''test.xsl');
$xslt->done();
?>