I am using given below code in XSL file Both xsl and Results.xml are at same location but it cant give output.actually i want to access nodes of Results.xml file to extract data.
<xsl:variable name="fi" select="document('Results.xml')"/>
<b><xsl:value-of select="$fi/Report/Doc/DName"/></b>