I am trying to export data from crystal reports in XML format but problem is data is enclosed in tags like Formatted Value
and Value
but my requirement is to get user specific tags. For E.g
If my data has Employee name and Employee ID then I need as below:
<Employee Name> abc </Employee Name>
<Employee ID> 123 </Employee ID>
But XML export from crystal is like below
<Formatted Value> abc </Formatted Value>
<Formatted Value> 123 </Formatted Value>
Tried different ways to change the default XSD created by Crystal Reports but unfortunately couldn't get needed.
Any idea or stating point to get the solution would be really helpful, trying for couple of days for now without any luck.
Thanks
Two options are: