xsl-list
[Top] [All Lists]

Re: xxRe: efficient use of key element and function

2005-09-07 10:01:05
You can use
if (doc-available($foo)) then doc($foo) else do-something-else
as an alternative to maintaining a list of documents.
I didn't know about, but yes, thats interresting.
Is it something special as I found it mentioned in a reference of
w3schools, but not in Michael's book
(neither in XSLT 2.0, 3rd ed., nor in XPath 2.0)??

Manfred

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