all groups > dotnet xml > june 2005 >
You're in the

dotnet xml

group:

XSLT or define relations


XSLT or define relations womber
6/26/2005 3:33:03 PM
dotnet xml:
What do you think is the best design approach when your trying to get nested
XML results from dataSet.GetXML. Define the relations in the dataset or apply
an XSLT stylesheet to nest the results by syncing the dataset with an
XMLdocument?
Re: XSLT or define relations Chris Lovett
6/28/2005 11:54:34 PM
If you can define relations on the dataset that would be the recommended
approach, although post processing with an XSLT stylesheet will always give
you more options. It doesn't necessarily have to be either/or - you could
do both if need be.

[quoted text, click to view]

AddThis Social Bookmark Button