I need to generate xml files starting with:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<dataroot>
<R_semis_PATHO>
...
Code: Select all
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Report>
<Table1>
...
- is it possible to change <Report> to <dataroot>? If yes, how?
- I found the tag property to change the data field names in between < >, but how can I change the "table" name?
The export shows "Table1" instead of <R_semis_PATHO>, which a field from my query (the same for all records).
Thanks!