PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Mathias Sulser   XSLTransformer   index.php   Download  
File: index.php
Role: ???
Content type: text/plain
Description: Example
Class: XSLTransformer
Author: By
Last change:
Date: 22 years ago
Size: 144 bytes
 

Contents

Class file image Download
<?php include("class.xslt.php"); $t = new XSLTransformer('test.xml', 'test.xsl'); echo $t->getOutput(); $t->destructXSLTansform(); ?>