This sample application shows how to load a DataSet with
records from two tables in a SQL Server database, create relationships
between the tables within the DataSet, and then use the Nested property
so that the resulting XML structure is nested in a hierarchical manner.
The resulting nested XML structure is then transformed to HTML using an
XSLT stylesheet.
|