Offers



load($xslName);
// Configure the transformer
$proc = new XSLTProcessor;
$proc->setParameter( ”, ‘lang’, $lang);
$proc->setParameter( ”, ‘linkImg’, $linkImg);

$proc->importStyleSheet($xsl); // attach the xsl rules
echo $proc->transformToXML($xml);

?>

No Comments

Leave a Reply