Re: XML response format for fields

2009-02-05 Thread Shalin Shekhar Mangar
On Fri, Feb 6, 2009 at 1:23 AM, Hazer, Bart wrote: > I'm wondering why the format for fields in the XML response is like this: > > Title > If the node names are fixed, it is much easier to write a parser. Otherwise, something like Solrj would not be possible because everybody has different field

XML response format for fields

2009-02-05 Thread Hazer, Bart
I'm wondering why the format for fields in the XML response is like this: Title Instead of this: Title Is this just to allow validation of the xml? In our system, it would be much easier to use the output in the 2nd format. Is there an existing response writer that does this? O