In your global.asa file there should be a string constant for "xmlstring" which is the connection string to your data source. It too should have a string like:
dim xmlstring as string = "E:\wwwroot\somesite\data\myMXLData.xml" - Todd -----Original Message----- From: Portman [mailto:[EMAIL PROTECTED] Sent: Thursday, May 22, 2008 9:32 AM To: [email protected] Subject: Re: [Bulk] RE: [wdvltalk] Any ASP gurus out there? All I can find is this: objDoc.loadxml(xmlstring) What does this mean? Riva On 5/22/2008 10:21 AM, Linden, Todd wrote: > It appears that it is indeed using an XML file as a data source. > > Look for a line that 'gets' the data. It should look like > > objDOC.load("MyData.xml") > > - Todd ____ The WDVL Discussion List from WDVL.COM ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: [email protected] To change subscription settings, add a password or view the web interface: http://intm-dl.sparklist.com/read/?forum=wdvltalk ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
