Page 1 of 1

Using PHP variable inside XSL stylesheet

Posted: Thu Jul 14, 2005 1:37 pm
by ramasak
Hi,

Please Can anyone tell me how to assign the php data (for ex..any number) to xsl variable? If possible with examples...It's very urgent for me.

Regards,
Ramasak :(

Posted: Thu Jul 14, 2005 2:10 pm
by george
Hi Ramasak,

If you start an XSLT transformation from PHP then you should be able to pass paramaters to the stylesheet. For that look at the PHP documentation for doing that.

Best Regards,
George