xsl-list
[Top] [All Lists]

Re: Get nodes with document() and applying templates to them

2005-02-14 10:35:00
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?

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--