|
|
[2001-11-13] Bringing SQL Server Data into Client as XML Data Islands One of the most frustrating things to me is seeing developers doing new things, but in "old" ways. A classic example is one you may have seen yourself: Here we have a sophisticated client - side application that runs in Internet Explorer, we use XML Data Islands and XSLT transforms and parameters, templates, and we even use XMLHTTP from the client. And along with this we may have page upon page that needs to get a recordset from SQL Server - sometimes many recordsets, and bring them into the page as XML so we can do all our "new kind of cool stuff" with it. Well, that's great.
|
|