Using PHP variable inside XSL stylesheet

Having trouble installing Oxygen? Got a bug to report? Post it all here.
ramasak
Posts: 1
Joined: Thu Jul 14, 2005 1:28 pm

Using PHP variable inside XSL stylesheet

Post 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 :(
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post 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
Post Reply