PHP Classes

File: PHPReportPreview.php

Recommend this page to a friend!
  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: 21 years ago
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);
?>