How to export XML to other format ?

G

Guest

Dear all,

I have a vb windows application that collects data in dataset and save those
data to XML fil by using the WriteToXml method.

Is there a way to export this XML content to PDF file or Excel workbook ?
If yes how?

regards
serge
 
J

John Timney \(ASP.NET MVP\)

You will need an external library for PDF - take a look at
http://www.ujihara.jp/iTextdotNET/en/

For your workbook, you could probably just use xslt and transform your xml
to a csv file.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top