On Sun, 10 Mar 2002, Miguel Navarro wrote:

> I would like to dynamically change a url like this:
>
>  <xsl:template name="ratesAvailability">
>   <xsl:variable name="x"><xsl:value-of select="./ID"/> </xsl:variable>
>     <a href="http://site.com/index.jsp?pageName=hotInfo&cid=50369&ID={$x}";>
>                 <xsl:text>Check Rates &amp; Availability </xsl:text>
>       </a>
>   </xsl:template>
>
> I've looked at a couple of examples but the parsers don't like & or the
> examples are incorrect.. If I encode the link  it does not work in the
> browser.

This is why I *always* try and use semi-colon as a separator in
querystrings rather than ampersand. Makes life a whole lot easier.

-- 
<!-- Matt -->
<:->Get a smart net</:->


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to