I have a xsl file which has a variable with xml file loaded using...
<xsl:variable name="links" select ="document('..\xml\sample.xml')"/>.
I need to render the page according to the values inside the xml
file. How can I access the elements of the xml file in xsl
sheet?