This document contains step-by-step instructions with relevant code samples to demonstrate how Extensible Markup Language (XML) data can be returned from an ASP page.
This article shows how how to generate a complete XML document or stream from a stored procedure, then return the XML document or stream as a string to the calling application.
In this article you're going to take a look at some of the terminology that comes with using XML and its related technologies, as well as how to create and transform XML documents with XSL using Microsoft's MSXML parser.