xsl-list
[Top] [All Lists]

RE: [xsl] can a variable hold a node set?

2009-05-12 09:52:04
But since there usually over 10 strings that have to be 
translated on a 
single page, I think it's not efficient to call document('') 
10 times.

False ... the processor is obliged to cache the document tree 
created by the document() function.

Not quite true. The actual requirement is that when you call document('')
twice, the same node is returned each time. Caching the document tree is the
most obvious way of meeting that requirement, but one can imagine other
ways.

Regards,

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


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

<Prev in Thread] Current Thread [Next in Thread>