Re: [xsl] handling failed document() invocations

Subject: Re: [xsl] handling failed document() invocations
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 30 Oct 2002 00:20:33 GMT
> <xsl:variable name="item-doc" select="document('documents/$instance-id/item.xml' )" />

<xsl:variable name="item-doc" select="document(concat('documents/',$instance-id,'/item.xml') )" />

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread