Login   Register  
PHP Classes
elePHPant
Icontem

File: index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2001-07-15 09:38
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()); 
?>