|
Posted by Brian Dunning on 04/23/05 01:18
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:
<xsl:variable name="ItemLink" select="concat($MediaPlexURL, Link)"/>
<a
href="http://www.anrdoezrs.net/click-1692198-5463217?loc={$ItemLink}">
and $ItemLink needs to be URL encoded. How do I do this on my PHP box?
Sorry no Java or .NET available... :)
Navigation:
[Reply to this message]
|