Subject: Re: Saxon & Fallback from document() error ?
From: "davidpbrown" <lists@xxxxxxxxxxxxxxxxx>
Date: Fri, 2 Apr 2004 21:28:37 +0100
|
Thanks Michael,
I'm not familar with Java but have played with it in the past. So I'll now
look to creating a URIResolver that creates a blank xml file if one is not
found.. probably one that copies a template xml file provided by the user.
If anyone does have any pointers to other URIResolver extensions I'd
appreciate them.
:)
davidpbrown
----- Original Message -----
From: "Michael Kay" <mhk@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, April 02, 2004 5:15 PM
Subject: RE: Saxon & Fallback from document() error ?
> The best way of dealing with this is to write your own URIResolver, you
then
> have total control over what happens if files can't be found or don't
> contain valid XML.
>
> Michael Kay
|