PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Urs Gehrig   xslt_transform   index.php   Download  
File: index.php
Role: ???
Content type: text/plain
Description: Main file
Class: xslt_transform
Author: By
Last change:
Date: 23 years ago
Size: 132 bytes
 

Contents

Class file image Download
<?php require_once('xslt_transform.php'); $xslt = new xsl_transform("test.xsl", "test.xml"); print ($xslt->apply()); ?>