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.

Miguel Navarro

email:  [EMAIL PROTECTED]


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

Reply via email to