Converting XML data to other formats.

  • Thread starter Thread starter Rishit
  • Start date Start date
R

Rishit

Hello All,
I have to convert XML data (that may be received through a dataset) to other formats such as CSV, Excel etc. Are there any libraries or sample code that would help me do this task.
I have also to decide on the approach for doing this. The Destination Format needs to be configurable so that the source XML that I have can be converted to the desired destination format looking at the schema stored in some configuration file.

I need feedback on the approach of performing these type of tasks as in what would be a good way to develop this application.

Please reply ASAP.

Regards,
Rishit

___
Newsgroups brought to you courtesy of www.dotnetjohn.com
 
Rishit said:
Hello All,
I have to convert XML data (that may be received through a dataset) to
other formats such as CSV, Excel etc. Are there any libraries or sample
code that would help me do this task. I have also to decide on the
approach for doing this. The Destination Format needs to be configurable
so that the source XML that I have can be converted to the desired
destination format looking at the schema stored in some configuration
file.

I need feedback on the approach of performing these type of tasks as in
what would be a good way to develop this application.

Please reply ASAP.

Regards,
Rishit

___
Newsgroups brought to you courtesy of www.dotnetjohn.com

That's a mouthful.

You should read some books and websites before having us do your project for
you.

Then you would learn.
 
Hi Rishit,

Please do not multipost in the dotnet newsgroups, you can crosspost sending
a message to all the properiate newsgroups.

I made a message is the language.vb group, how can the C# people who visit
this newsgroup know that you are using it. Or are you using another
language?

Cor
 
Cor said:
Hi Rishit,

Please do not multipost in the dotnet newsgroups, you can crosspost
sending a message to all the properiate newsgroups.

I made a message is the language.vb group, how can the C# people who visit
this newsgroup know that you are using it. Or are you using another
language?

Cor

What ?
 
Hi Sam,
Thanks for your reply. I certainly would be doing the project myself.
What I intended to receive was some expert advice on the approaches
towards doing this task.

Mithun
 
Back
Top