I'm wondering why the format for fields in the XML response is like this:
<str name="title">Title</str> Instead of this: <title type="str">Title</type> 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? Or, is there a library piece of xsl that will make this transformation? Thanks