Hi, > -----Original Message----- > From: Rob Richards [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 21, 2006 8:26 PM > To: Buchcik, Kasimier > Cc: [email protected] > Subject: Re: PHP 5 XSLT with Libxslt > > Hi Kasimier, > > Buchcik, Kasimier wrote: > > Thanks. Yes, this clarifies the issue for me; especially the > > information that a custom wrapper is able to hand over a node tree > > directly. > > > > > Just to clarify that... custom wrappers would hand over the > serialized > version (though since it is a custom wrapper, any type of > logic can be > used within it to create the tree) which is then converted > into a tree > (i.e. the document() function). > Calling external PHP functions though can be used to pass trees/nodes > directly. > > Rob
OK :-) This issue feels like a perpetual pop-push from the problem stack. So, hopefully finally, I learned that in PHP 5 the way to pass directly node trees to the transformation process is to use extension functions. Regards, Kasimier _______________________________________________ xslt mailing list, project page http://xmlsoft.org/XSLT/ [email protected] http://mail.gnome.org/mailman/listinfo/xslt
