Login   Register  
PHP Classes
elePHPant
Icontem

File: PHPReportPreview.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Eustaquio Rangel de Oliveira Jr.  >  phpreports  >  PHPReportPreview.php  >  Download  
File: PHPReportPreview.php
Role: Auxiliary script
Content type: text/plain
Description: Preview class
Class: phpreports
Report Generator
Author: By
Last change:
Date: 2003-03-13 15:00
Size: 175 bytes
 

Contents

Class file image Download
<?php
    $oXSLT    
xslt_create();
    
$aArg        = Array();
    
$aParm    = Array();
    print 
xslt_process($oXSLT,$_GET["xml"],"PHPReportPreview.xsl",null,$aArg,$aParm);
    
xslt_free($oXSLT);
?>