HostingTrade :: Powerful Hosting Solutions
Home Hosting Domains Support About
Satisfied Customers - that's our brand...
Client Login




Support
FAQ
Forums
HelpDesk (NEW!)

Documentation

Statistics
Goodies
HostingTrade.com Web Hosting
Status Verified by
Web Hosting Stuff

Monitored by
UptimeAgent

DNameTrade.com :: Low Cost Domain Names
.: Useful Links :.

Confused with
tech-lingo?

NetLingo.com
Documentation

xslt_create

(PHP 4 >= 4.0.3)

xslt_create -- Create a new XSLT processor

Description

resource xslt_create ( void )

Create and return a new XSLT processor resource for manipulation by the other XSLT functions.

Example 1. xslt_create() example

<?php
function xml2html($xmldata, $xsl)
{
    
/* $xmldata -> your XML */
    /* $xsl -> XSLT file */     

    
$path = 'include';
    
$arguments = array('/_xml' => $xmldata);
    
$xsltproc = xslt_create();
    
xslt_set_encoding($xsltproc, 'ISO-8859-1');
    
$html =
        
xslt_process($xsltproc, 'arg:/_xml', "$path/$xsl", NULL, $arguments);

    if (empty(
$html)) {
       die(
'XSLT processing error: '. xslt_error($xsltproc));
    }
    
xslt_free($xsltproc);
    return
$html;
}            
?>

See also xslt_free().

 
© 2003-2009 . Service Line, Inc.
2Checkout.com, Inc. is an authorized retailer of HostingTrade.com