PHP and XSLT problem

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
jeremycod
Forum Newbie
Posts: 6
Joined: Mon Feb 18, 2008 4:34 pm

PHP and XSLT problem

Post by jeremycod »

Hi guys,

I have the problem that I don't know how to solve. There is a xslt code that uses php:function which returns an table of content that should be presented on the screen. This table of the content is represented as array, but I can convert it to DomDocument object. However, the problem is how to accept this array or DomDocument object on the xslt side and process it so each link and its sublinks are printed on the screen.
Do you have any idea about this?

Zoran
Post Reply