Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Urs Gehrig | > | xslt_transform | > | index.php | > | Download | ||
|
Download |
<?php require_once('xslt_transform.php'); $xslt = new xsl_transform("test.xsl", "test.xml"); print ($xslt->apply()); ?> |