Re: Debugging Solr XSL

2013-06-14 Thread O. Olson
Thank you Upayavira & Miguel. I decided to use Visual Studio – since I can at least set breakpoints and do interactive debugging in the UI. I hope the way Visual Studio treats XSL is the same as Solr - else I would have problems :-). Thanks again, O.O. -- View this message in context: http://l

Re: Debugging Solr XSL

2013-06-14 Thread Miguel
Hi You can use an online xsl validator, example: http://xslttest.appspot.com/ but I think it's better use XSLT editor. It's sure visual studio should have someone. regars. El 13/06/2013 23:45, O. Olson escribió: Hi, I am attempting to transform the XML output of Solr using the Xs

Re: Debugging Solr XSL

2013-06-13 Thread Upayavira
Use command line Xalan, debug the stylesheet outside of Solr. You can save the XML output to disk, and then transform that with xalan. Upayavira On Thu, Jun 13, 2013, at 10:45 PM, O. Olson wrote: > Hi, > > I am attempting to transform the XML output of Solr using the > XsltResponseWriter