Error!
Success!

Applying an XSLT Transform to a DataSet

0
kicks

Applying an XSLT Transform to a DataSet  (Unpublished)

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.


Kicked By:
Drop Kicked By: