Re: XsltResponseWriter date handling

2008-11-14 Thread Erik Hatcher
Yeah, leaving it as UTC was fine. My date vernacular was off in my original question, sorry. Actually I was able to solve the problem a different way. I'm generating a SIMILE Timeline XML output from Solr, and it has a date- time-format option. Setting that to "iso8601" was all it took,

Re: XsltResponseWriter date handling

2008-11-14 Thread Chris Hostetter
: for pragmatic "the desired output is straightforward XML" reasons. I need to : take a Solr date value in "2008-10-30T03:28:10.000Z" format and output it as a : GMT formatted date like "Oct 30 2008 03:28:10 GMT-0600". : : Anyone got the incantation handy to make such a conversion in XSLT? I can

XsltResponseWriter date handling

2008-11-13 Thread Erik Hatcher
I've done exorcisms to eradicate what I once knew about XSL from my head, but now I find myself interested in playing some games with the XsltResponseWriter for pragmatic "the desired output is straightforward XML" reasons. I need to take a Solr date value in "2008-10-30T03:28:10.000Z" for