Re: Dataset to XML



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/


.


Loading