xsl-list
[Top] [All Lists]

RE: selecting into an included stylesheet

2006-01-30 12:22:42
If you know the URI of the stylesheet you want to access -- which you do,
because you included it -- you can get it using the document() function just
like any other XML document. (That's all that document('') is doing).

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

-----Original Message-----
From: Ingersoll, Utah [mailto:Utah(_dot_)Ingersoll(_at_)mtvstaff(_dot_)com] 
Sent: 30 January 2006 19:16
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] selecting into an included stylesheet

Hello,

Does anyone here know if it is possible to select into an
included/imported stylesheet from within a transform using Microsoft's
XSL implementation?

An empty document function can be used to select within the current
stylesheet, but this method does not work with included stylesheets.

I'm researching this as a possible alternative to using the document
function for referencing a common XML library. I have some 
evidence that
suggests that Microsoft's implementation of the document 
function caches
its requests differently (less persistently) than IE6 caches
stylesheets.

Thanks,
Utah Ingersoll

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



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