REST API XML tag

REST API XML tag

Hi there,

It would be nice if you can use a name(literal) instead of an index
to make it easier to locate any elements using XML parsers.

Say,

<cell indexName="employee" ...
or
<employee ...

rather than

<cell index="1" ...

where

you can use the first row as metadata such as field names.
Is there any plan similar to this in your mind?

Takash F