Groups | Blog | Home
all groups > dotnet xml > january 2005 >

dotnet xml : xml transformations



Chris
1/4/2005 6:33:01 PM
I am doing a little research into the xml web server control and in
particular the ability to do transformations with it. However all's I can
see is the ability to feed in from an actual xml file. This doesn't seem
very scalable if you want have a high volume dynamic web page like a product
catalogue. Is there any way to bind the xml control to a dataset, or
something a little more like that.

Derek Harmon
1/4/2005 8:41:04 PM
[quoted text, click to view]

There are three 'input sources' for the XML web control: files [DocumentSource],
a string [DocumentContent], or an in-memory node tree [Document]. Which
property you assign to determines which input source shall be used.

[quoted text, click to view]

xml1.Document = new XmlDataDocument( dataSet1);


Derek Harmon

AddThis Social Bookmark Button