False alarm, it looks like the browser's transforming the url correctly. Miguel Navarro
Redbillows Consulting 5080 Judsonville Drive Antioch, CA 94509 phone: 650-533-6939 email: [EMAIL PROTECTED] ----- Original Message ----- From: "Miguel Navarro" <[EMAIL PROTECTED]> To: "AxKit List" <[EMAIL PROTECTED]> Sent: Sunday, March 10, 2002 2:29 PM Subject: URL parsing/encoding > 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 & 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
