Output XML using vb .net

  • Thread starter Thread starter Connor T
  • Start date Start date
C

Connor T

Hi,

I need to write out some XML for a report for which i'm going to use xlst to
format the report.

Is there a proper way to write out the xml, e.g. supporting classes etc (?)
in vb .net, or do i just write it out as a raw file as with any other text
file?

Thanks,
Dan
 
I need to write out some XML for a report for which i'm going to use xlst to
format the report.

Is there a proper way to write out the xml, e.g. supporting classes etc (?)
in vb .net, or do i just write it out as a raw file as with any other text
file?

Ah; I found it. XMLWriter funnily enough!

Thanks!
Dan
 

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

Back
Top