| re: Dataset to XMLDocument and Vice versa
Did you try DataSet.WriteXml() and DataSet.ReadXml() ?
--
Sergey
-------
This posting is provided "AS IS" with no warranties, and confers no rights.
"Matt M" <matt@remove_this_core49.com> wrote in message
news:eOO0b.793427$3C2.17971059@news3.calgary.shaw. ca...[color=blue]
> 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[/color]
figure[color=blue]
> 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[/color]
into[color=blue]
> 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.
>
>[/color] |