[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Subject:
From: crvelin@xxxxxx
Date: Fri, 5 Aug 2005 18:05:07 +0200 (MEST)
I have a site with multiple elements who's content are based on xml files.
Is there any way to load those xml files in one single
ActiveXObject instead of initiate one ActiveXObject for each xml file (which
i'm doing for the time beeing, like shown below)?

gXmlDoc01 = new ActiveXObject('Microsoft.XMLDOM');
gXmlDoc01.async = false;
gXmlDoc01.load('fileOne_.xml');

gXmlDoc02 = new ActiveXObject('Microsoft.XMLDOM');
gXmlDoc02.async = false;
gXmlDoc02.load('fileTwo_.xml');

gXmlDoc03 = new ActiveXObject('Microsoft.XMLDOM');
gXmlDoc03.async = false;
gXmlDoc03.load('fileThree_.xml');

-- 
GMX DSL = Maximale Leistung zum minimalen Preis!
2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl

Current Thread
    • crvelin - 5 Aug 2005 16:05:21 -0000 <=

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.