Yes, XML control can be used to display the XML data (as you asked) but
it's not a member of a DOM. you should use XML islands to work aginst
them with DOM.
What you really after ? I mean what you are tring to achieve?
I need same xml data to be avlaiable on the server and on the client.
I am generating it on the server ( where else).
I thought that I can send that data to the client
populating some control's property with that data.
Doing that I will not hit my database twice.
Yes, otherwise I won't recommend it for you. In the article (Getting the
XML for the XML Island) they use ASP to run through table and use
response.write to populate XML Island on the server. you just need to do
it in the ".net way"
HTH