Re: Using XSLT2

2007-03-19 Thread Steve Loughran
James Abley wrote: Looks like an issue with Saxon. http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/transform/TransformerFactory.html#newInstance() "Files in the META-INF/services directory are service provider configuration files." Before rushing to blame Saxon, note that there is a

RE: Using XSLT2

2007-03-19 Thread Gilles Scokart
Thanks. It seems that the bug is now fixed in the latest saxon release. Thanks for your help. Gilles > -Original Message- > From: James Abley [mailto:[EMAIL PROTECTED] > Sent: lundi 19 mars 2007 12:02 > To: Ant Users List > Subject: Re: Using XSLT2 > > Looks lik

Re: Using XSLT2

2007-03-19 Thread James Abley
Looks like an issue with Saxon. http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/transform/TransformerFactory.html#newInstance() "Obtain a new instance of a TransformerFactory. This static method creates a new factory instance This method uses the following ordered lookup procedure to determi

Re: Using XSLT2

2007-03-19 Thread Gilles Scokart
I also tried with a sun jdk 1.4 and ant 1.6.5, and I always got the same trace : "Couldn't load ResourceStream for META-INF/services/javax.xml.transform.TransformerFactory" Looking more closely, I found that my saxon8.jar download from http://prdownloads.sourceforge.net/saxon/saxonb8-9j.zip conta