xml output

Roberto

Member
Hi,
I would have to export data extract with a sql windows in a xml file. Is possible to change the way with which the rows xml it comes created?

e.g.
If i have the row:

Surname | Name | telephone | email
Rossi | Mario | 1234 | eg@eg.com

actually the file xml will be:

1
Rossi
Mario
1234
eg@eg.com

.................

For example,What can I change the string 'row' ? Can i delete 'co' tag ?
Or, can i have an xml output like this?


Rossi
Mario
1234
eg@eg.com


where the tag 'personal info' isn't a column of the query.

Thanks

Roberto
 
You cannot influence the layout of the generated XML. You would need to write your own export Plug-In for this.
 
Back
Top