Re: XSLTResponseWriter and xslt 2.0

2007-03-19 Thread Chris Hostetter
: So (at least in theory - I haven't tried it) you should be able to use : Saxon instead of the standard XSLT library, by making the Saxon jars : available to your Solr instance, and configuring which : TransformerFactory to use as described for example in: the normal plugin lib directory might n

Re: XSLTResponseWriter and xslt 2.0

2007-03-19 Thread Brian Whitman
Thanks for the help Bertrand. It was very easy to move it over. I updated the Wiki page. Solr grouping ahoy! http://wiki.apache.org/solr/XsltResponseWriter On Mar 19, 2007, at 4:59 AM, Bertrand Delacretaz wrote: On 3/16/07, Brian Whitman <[EMAIL PROTECTED]> wrote: ...It's my understandi

Re: XSLTResponseWriter and xslt 2.0

2007-03-19 Thread Bertrand Delacretaz
On 3/16/07, Brian Whitman <[EMAIL PROTECTED]> wrote: ...It's my understanding that the javax.xml.transform used by the XSLTResponseWriter is 1.0 only-- at least, it does not understand any of the 2.0 stuff I've thrown at it. I am new to world of XSL, thanks to Solr, but it seems Saxon-B is a goo

XSLTResponseWriter and xslt 2.0

2007-03-15 Thread Brian Whitman
There's a lot of good stuff in XSLT 2.0, specifically for Solr users -- like grouping, time and date, and uri encoding. It's my understanding that the javax.xml.transform used by the XSLTResponseWriter is 1.0 only-- at least, it does not understand any of the 2.0 stuff I've thrown at it. I