xsl-list
[Top] [All Lists]

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

2005-02-14 10:43:09
It's likely that most processors will load the whole document into memory.
After all, when you apply-templates to the Menu element, the template that's
invoked might do something like

xsl:if test="//X"

Michael Kay
http://www.saxonica.com/ 

-----Original Message-----
From: António Mota [mailto:amsmota(_at_)gmail(_dot_)com] 
Sent: 14 February 2005 17:35
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Get nodes with document() and applying 
templates to them

BTW, when i do 

<xsl:apply-templates
select="document('TreeMenu.xml')//Menu[Menu_K=current()/MenuDa
ta]/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>
--~--





--~------------------------------------------------------------------
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>
--~--