Best way to output data as XML from aspx?

  • Thread starter Thread starter les
  • Start date Start date
L

les

I have to output xml from some data. I have preciously done this in
old asp by constructing the xml like this, eg:

response.write "<name>" & namefield & "</name>" etc....

Is there a better way to do this using VB.NET, or should I do
something similar?

Thanks
Leslie
 
Back
Top