[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

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


Subject: Re: [xsl] Behavior of document() Function with Empty String
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 18 Dec 2006 15:52:54 GMT

> 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


Current Thread