Thanks.. Sure it is readable in excel or similar tools. My requirement however is to output XML that is directly compatible. For example , right now the output I get is as below <OrganizationGlAccount> <glAccountId>100000</glAccountId> <glAccountClassId>ASSET</glAccountClassId> .......... </OrganizationGlAccount>
would instead like to output <MyGlAccount> <MyAccountId>100000</MyAccountId> <MyAccountClassId>ASSET</MyAccountClassId> .......... </MyGlAccount> Just changing the tags, that's all. Right now notice that the related form has <auto-fields-entity entity-name="GlAccount" default-field-type="display"/> Tried using individual field output as below <field name="accountId" entry-name="glAccountId"> But this loose the XML tags. Still digging but unsure what am I missing - Aray Jacopo Cappellato-4 wrote: > > On Jun 11, 2009, at 5:45 PM, ARays wrote: > >> b) I am able to route it to simple.xml.ftl by simply overwriting the >> contents of simple.ftl. Do get an XML output as well. Need to change >> the XML >> tags though from the ofbiz entity names to target system name tags. >> What are >> my options? XSLT or map modified names in form or something else? > > That XML format should be readable by Excel, if you use it (or similar > tool) you should be able to change/add/remove columns etc... > > Jacopo > > > > -- View this message in context: http://www.nabble.com/screenxml----how-does-it-work--tp23983906p23985703.html Sent from the OFBiz - User mailing list archive at Nabble.com.
