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 &Name Can somebody help me with this ?
<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>