
09-21-2007
|
| Administrator
Join Date: Jun 2007
Posts: 3,729
BRL$: 31,921.75 Thanks: 0
Thanked 4 Times in 4 Posts
Rep Power: 403 | | xslt_create Problem Hey all, im trying to mess around with xslt and have run into a problem. Im trying to use xslt_create() like this PHP: --------- $parser = xslt_create(); $html = xslt_process($parser, 'Pages/' . $Input['Section'] . '.xml', 'Pages/' . $Input['Section'] . '.xsl'); xslt_free($parser); echo $html; --------- the problem is Fatal error: Call to undefined function xslt_create() Ive checked out php.ini and extension=php_xsl.dll is enabled. Any ideas? Thanks Lee To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. | |
__________________ █ High Quality To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
█ Powerful To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
█ To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. | | | |