In following code in xsl as follows:
<xsl:variable name="OrgCode"><xsl:value-of select="document('C:\Documents and
Settings\Administrator\Value.xml')
Instead of using this absolute reference, want to call Value.xml by giving relative reference.
help would be appreciated
thank u