RE: [xsl] document() function and error-handling

Subject: RE: [xsl] document() function and error-handling
From: "Nassar, Anthony" <ANassar@xxxxxxxx>
Date: Thu, 3 Jan 2008 12:32:06 -0500
Look up the XmlResolver class in the MSDN; you can configure the
Transform object to come back to your implementation of XmlResolver and
ask you where the file actually is. If you can't find it, return an
empty XML document, or something like that.

-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: Thursday, January 03, 2008 12:27 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] document() function and error-handling


You can probably use the msxsl:script extension to give yourself access
to a javascript extension function that checks whether the file is there
and returns true or false.

David

Current Thread