sukabrojali
New Member
I am learning xslt. I am trying to understand some xslt codes, but am not getting what the following line of code means:\[code\]<xsl:variable name="Product" select="document('ProductList.xml')/node()[1]/node()[2]/node()[2]/node()[2]"/>\[/code\]I can understand the variable will be "$Product", but i am unable to understand the value of the select attribute, the '/'s and nodes()[] after the document function. I have coding knowledge of c# and java and i am not familiar with this type of syntax. I would like to know what these '/'s mean in the value of the select.