multiple values in query string

admin

Administrator
Staff member
Hi all,I have a problem passing multiple values in query string in XSL.When I pass single value it works.<TR><TD CLASS="Row" ALIGN="center" VALIGN="TOP"><xsl:element name="a"><xsl:attribute class="Row" name="href">Redirect.asp?id=<xsl:value-ofselect="id"/></xsl:attribute></xsl:element><xsl:value-of select="Patient_ID"/></TD>But I need to pass more then one value in query string. In HTML it wouldlook like this: <a href=http://forums.devx.com/archive/index.php/"/actions/redirect.asp?id=1&somecode=CODE"></a>But when I try to insert "&" in XSL it breaks. Please advise.Igor
 
Back
Top