Re: Dataset to XML
- From: Kent Tegels <ktegels@xxxxxxxxxxx>
- Date: Wed, 1 Nov 2006 13:57:36 +0000 (UTC)
Hello Gabriel,
Likely the fastest way to deal with this would be the write an XSL/T that transforms the dataset XML to the desired format. Otherwise, if you have SQL Server 2005 and are allowed to replace the stored procedure, you could write a FOR XML PATH query and probably get pretty close to what you're looking for straight out of SQL Server.
Thanks,
Kent Tegels
http://staff.develop.com/ktegels/
.
- Prev by Date: RE: How to parse an XML doc that has namespace defined in its root ele
- Next by Date: xml and database
- Previous by thread: Re: How to parse an XML doc that has namespace defined in its root ele
- Next by thread: xml and database
- Index(es):
Loading