When my table exports as xml the xml looks like this.

<table>
  <row>
    <column></column>
    <column></column>
    ...
  </row>
</table>

Is there a way to get the xml to look like:

<collectionOfSomeObjects>
  <someObjectName>
    <fieldAbc></fieldAbc>
    <fieldDef></fieldDef>
    <fieldGhi></fieldGhi>
    ...
  </someObjectName>
</collectionOfSomeObjects>

Thanks.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to