xsl-list
[Top] [All Lists]

ActiveXObject containing multiple files

2005-08-09 02:17:41
Hi @ all

I have a site with multiple elements (dropdowns) 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');


Many Thanks in Advance.
Regards


-- 
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>