• I'm currently using "classic ASP" for this system as it's web-based, so I extract the XML using an ADO recordset, load an MSXML IXMLDOMDocument object using the LoadXML method, then extract the XML element which pertains to the section of the wizard the user is currently on. The XML documents are in the 200K range and we haven't had any performance issues.