How to fetch Query String in XSLT file

allsp

New Member
I have used XmlSource file for fetching dynamic menu items i also want to fetch the query string with two values in it.I am getting error while defining &NameCan somebody help me with this ?\[code\]<xsl:attribute name="NavigateUrl"> <xsl:text>?Path=</xsl:text> <xsl:value-of select="REPORT_PTH"/> <xsl:text>&Name=</xsl:text> <xsl:value-of select="REPORT_NM"/> </xsl:attribute>\[/code\]
 
Back
Top