[suspicious - maybe spam] [PHP] [suspicious - maybe spam] Re: [PHP] [suspicious - maybe spam] URL encoding in XSL - Yes, a PHP question

2005-04-23 Thread Christian Stocker
On 4/23/05, Brian Dunning <[EMAIL PROTECTED]> wrote: > All the resources I've found on the web for URL encoding values within > an XSL stylesheet are either .NET or Java, so I'm looking for some help > with how to do this using PHP's special flavor of XML/XSL. > > Within the XSL doc, I've got: >

[PHP] Re: [suspicious - maybe spam] [PHP] [suspicious - maybe spam] URL encoding in XSL - Yes, a PHP question

2005-04-22 Thread Brian Dunning
Are you saying to embed that within the XSL? Will it process, and will the XSL variable be valid for PHP? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [suspicious - maybe spam] URL encoding in XSL - Yes, a PHP question

2005-04-22 Thread Brian Dunning
All the resources I've found on the web for URL encoding values within an XSL stylesheet are either .NET or Java, so I'm looking for some help with how to do this using PHP's special flavor of XML/XSL. Within the XSL doc, I've got: http://www.anrdoezrs.net/click-1692198-5463217?loc={$ItemLink}"

Re: [PHP] Re: [suspicious - maybe spam] [PHP] [suspicious - maybe spam] URL encoding in XSL - Yes, a PHP question

2005-04-22 Thread Richard Lynch
On Fri, April 22, 2005 3:33 pm, Brian Dunning said: >> > $ItemLink = urlencode($ItemLink); >> ?> > > Are you saying to embed that within the XSL? Will it process, and will > the XSL variable be valid for PHP? No. I got NO IDEA how you would do this in XML. Sorry, maybe ask on an XML list. :-^

[suspicious - maybe spam] [PHP] [suspicious - maybe spam] Re: [suspicious - maybe spam] [PHP] [suspicious - maybe spam] URL encoding in XSL - Yes, a PHP question

2005-04-22 Thread Richard Lynch
On Fri, April 22, 2005 3:18 pm, Brian Dunning said: > All the resources I've found on the web for URL encoding values within > an XSL stylesheet are either .NET or Java, so I'm looking for some help > with how to do this using PHP's special flavor of XML/XSL. > > Within the XSL doc, I've got: Didj