|
|
macnux wrote:
i works in my local server but on remote server still !!! why?
Does your remote server support XSL? The XSL Transformation server
behavior works automatically detects whether your server is running PHP
4 or PHP 5, because they use different PHP functions.
On a PHP 4 server, the XSLT extension and the sablotron library must be
enabled. These are not normally installed by default, as sablotron is
separate from PHP.
On PHP 5, you need the XSL extension. Even if it isn't enabled, most
hosting companies should be able to turn it on easily, because it's a
core part of PHP 5.
Run phpinfo() to see whether your remote server has the necessary
functionality.
--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/
|
|