Subject: Re: Get nodes with document() and applying templates to them
From: António Mota <amsmota@xxxxxxxxx>
Date: Mon, 14 Feb 2005 17:35:00 +0000
|
BTW, when i do
<xsl:apply-templates
select="document('TreeMenu.xml')//Menu[Menu_K=current()/MenuData]/Menu"
/>
what is hapening? Does the entire TreeMenu.xml loads and then get the
nodes selected, or by some magic only the nodes selected are being
loaded?
In my case i'm in a browser and the less trafic on the line the better...
Or is this a stupid thing to ask?
|