Applying an XSLT Transform to a DataSet(code2code.info)
submitted by
quachnguyen(384) 2 years, 5 months ago
The WriteXml method of the DataSet enables you to write the contents of a DataSet as XML data. A common task is to then transform that XML to another format using XSL Transformations (XSLT). However In .NET, the DataSet is synchronized with the XmlDataDocument which enables you to apply an XSLT stylesheet to the contents of a DataSet without having to first write the contents of the DataSet as XML data using WriteXml.
|category: ADO.NET
|Views: 35
tags:
ADO.NET Database another
Everyones tags:
Your Tags: