On 12/7/06, Andrew Nagy <[EMAIL PROTECTED]> wrote:
On complaint about the faceting though: Why is the element that is returned called "1st".
I think maybe you are seeing lst (it starts with an L, not a one). It is short for NamedList, an ordered list who's elements are named.
This seems like a poor choice for an element name. Why not just name the element what is in the "name" attribute? It would make parsing much easier!
When the XML was first conceived, there was a preference for limiting the number of tags. The structure could have been inverted so that <lst name="myfieldname> could have been <myfieldname type="lst"> -Yonik