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
--- > org.apache.env.Which diagnostics > --- > Not available. > Download it at http://xml.apache.org/commons/ > > --- > XML Parser information > --

Using XSLT2

2007-03-19 Thread Gilles Scokart
I try to use the function 'lower-case' in an xslt transformation. This function requires an XSLT2 engine, so I tried to use saxon as described in http://wiki.apache.org/ant/UsingAntWithXSLT20AndSaxon. I tried all approach - Place saxon8.jar in the classpath attribute of the XSLT tarsk - Plac