-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/xsl/tests/
File Upload :
Current File : //usr/src/php/ext/xsl/tests/prepare.inc

<?php
$dom = new domDocument;
$dom->load(dirname(__FILE__)."/xslt.xml");
if(!$dom) {
  echo "Error while parsing the document\n";
  exit;
}
$xsl = new domDocument;
$xsl->load(dirname(__FILE__)."/xslt.xsl");
if(!$xsl) {
  echo "Error while parsing the document\n";
  exit;
}
$proc = new xsltprocessor;
if(!$proc) {
  echo "Error while making xsltprocessor object\n";
  exit;
}

?>

Copyright © 2017 || Recoded By Mr.Bumblebee