[xsl] Merging multiple documents with document() funtion

Subject: [xsl] Merging multiple documents with document() funtion
From: "Paul Sprakes" <paul@xxxxxxxxxxxxx>
Date: Mon, 14 Jan 2002 18:47:30 -0000
Hi,

I have a source xml document which defines multiple url's to rss feeds. I
then use an xsl transformation to combine these using a call to
document(url) and then transform them into a single html page. Eveything
works fine until one of the url's can't be reached (i.e. server goes down).
When this happens, the processing stops and no more url's will be loaded.

Is there any way to get the processor to continue to the next url if the
prevous one cannot be resolved?

Cheers, Paul.


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


Current Thread