Re: [xsl] xquery to xslt update

Subject: Re: [xsl] xquery to xslt update
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sun, 13 Nov 2005 15:30:40 GMT
> So as far as I can tell, this stylesheet cannot even be used to drive
> other Java-based XSLT processors, let alone processors written in
> other languages?

probably the case, yes.

> I think I'll wait for the official XSLT test suite, and write my own
> driver.

Basically you need to qrite a driver to hook up your processor to the
specified tests. In the case of XQuery the test suite gives no hint
about what you should do I make mine available so anyone needing to do
something similar can look at that example, but it's unlikely to be
usable off the shelf. Especially the parts that allow you to log error
results without actually halting the test with a fatal error are likely
to be highly processor specific.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread