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]

RE: Integrating SAX filters produced streams with XSLT


"Michael Kay" <mhkay@iclway.co.uk> wrote:
> Write a URIResolver. This is invoked when you call document(), it looks at
> the URI and returns any kind of Source, e.g. a StreamSource or SAXSource.

I want to note that Saxon (up to version 6.3) doesn't like the
URI-Resolver to return anything other than a SAXSource (didn't test
with 6.4.x). I consider this a deficiency, as the interfaces only
says 'Source'. But then, the spec doesn't mandate the processor to
be able to cope with any class implementing the Source interface.
After all, someone could invent a FooSource (<grin/>).

J.Pietschmann

 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]