Re: [PHP] IMPORTANT question for anyone using XSLT

2002-05-13 Thread Erik Price
Jeff, I never thanked you for this sample code you sent me. I have dropped the XSLT from the current application I'm working on, but when I have opportunity to look into it again, I will find it most helpful. Thanks again, Erik On Friday, April 12, 2002, at 04:42 PM, Jeff Levy wrote:

Re: [PHP] IMPORTANT question for anyone using XSLT

2002-04-12 Thread Erik Price
On Friday, April 12, 2002, at 04:42 PM, Jeff Levy wrote: > Have you considered using sablotron's Excellent Named Buffer support? No, and it is perhaps due to my lack of familiarity with XSLT, but I'm not sure how to use this technique... even with the example you've provided. I haven't actu

Re: [PHP] IMPORTANT question for anyone using XSLT

2002-04-12 Thread Jeff Levy
Have you considered using sablotron's Excellent Named Buffer support? I do this all the time. ie: $addl_buffers['MySecondBuffer'] = "Blah" $addl_buffers['MyThirdArbitraryBuffer'] = ... etc etc etc... then, in stylesheet, for instance: etc, etc. On Mon, 01 Apr 2002 11:08:12 -0500, Erik P

Re: [PHP] IMPORTANT question for anyone using XSLT

2002-04-01 Thread Erik Price
On Friday, March 29, 2002, at 01:56 PM, Erik Price wrote: > My, there have been a lot of questions about XSLT in the past 24 hrs... > admittedly most of them coming from me. In addition to my first > question (repeated below for clarity), I have a second one -- how do I > perform an XSLT tr