Hi, i have been trying the examples found in the XSLT Cookbook by Sal Mangano. In some cases, he is using the document() function is this way:
<xsl:variable name="generic:public-generics" select="document('')/*/generic:*/>
My question is, what do the quotes(the document argument) stand for?
|