Re: [xslt] PHP 5 XSLT with Libxslt
- From: "Buchcik, Kasimier" <k buchcik 4commerce de>
- To: "Rob Richards" <rrichards ctindustries net>
- Cc: xslt gnome org
- Subject: Re: [xslt] PHP 5 XSLT with Libxslt
- Date: Wed, 21 Jun 2006 20:36:41 +0200
Hi,
> -----Original Message-----
> From: Rob Richards [mailto:rrichards ctindustries net]
> Sent: Wednesday, June 21, 2006 8:26 PM
> To: Buchcik, Kasimier
> Cc: xslt gnome org
> 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]