Dataset to XMLDocument and Vice versa

  • Thread starter Thread starter Matt M
  • Start date Start date
M

Matt M

Hey,

I'm trying to pass an XML document from a webservice to another assembly.

What I'd like to do is pass either an XML document or a dataset, so I figure
that if I can turn the Dataset into an XMLDocument, then in my assembly,
return that XMLDocument back to the dataset (if it is one), I will be good
to go.

Problem is, I haven't been able to find out how to transform a dataset into
an XMLDocument. With that, I have also not been able to find resources on
how to transform an XMLDocument into a dataset.

Any ideas? TIA.
 
Back
Top