Re: xxRe: [xsl] efficient use of key element and function

Subject: Re: xxRe: [xsl] efficient use of key element and function
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 7 Sep 2005 17:13:47 +0100
>  The names represent files and
> are used to avoid a file-not-found for doc().

You can use
if (doc-available($foo)) then doc($foo) else do-something-else
as an alternative to maintaining a list of documents.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread