This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Merging multiple documents with document() funtion


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]