Re: xml output question

2013-03-13 Thread Upayavira
As has been said, you can use XSLT with wt=xslt&tr=stylesheet.xsl. You don't need to use Saxon, unless you need specific (e.g. XSLT 2.0) features. You don't say what exts and last actually mean, so it isn't possible to say whether this can be achieved with XSLT. Upayavira On Tue, Mar 12, 2013, a

Re: xml output question

2013-03-13 Thread Miguel
Hi jazz You can use "wt" and "tr" parameters for XSLT transformation, example: &wt=xslt&tr=test.xsl so, you can generate whatever XML output for Solr. El 12/03/2013 20:22, jazz escribió: Hi Michael, Thans for the reply. My question is how to make child XML elements such as: These c

Re: xml output question

2013-03-12 Thread jazz
Hi Michael, Thans for the reply. My question is how to make child XML elements such as: > These can be converted using Saxon. Regards Bart On 12 Mar 2013, at 20:18, Michael Della Bitta wrote: >

Re: xml output question

2013-03-12 Thread Michael Della Bitta
HI Bart, You've linked to the page that explains how to use Saxon to run XSLT over the output. So the answer is yes? I'm having trouble understanding what your real question is. Thanks, Michael Della Bitta Appinions 18 East 41st Street, 2nd Floo

xml output question

2013-03-12 Thread jazz
Hi, I am having trouble with XML output: localhost:8983/solr/collection1/select?q=*.*?wt=xml It is possible to use this schema format in Solr? So, extending a field with XML childs ext and last? Or it it possible to reformat the XML output with and XSLT processor such as Saxon (ht