Re: [xslt] 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]