xsl-list
[Top] [All Lists]

Re: [xsl] Behavior of document() Function with Empty String

2006-12-18 08:53:11


I can't figure out how to work around this problem without hardcoding 


why do you want to refer to document ('') at all?  It's sometimes used
as a way of getting round XSLT1's result tree fragent restriction
without using an extension function, but it's quite expensive, causing
he whole stylesheet to be read again.


David

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