Email conversation
From | Atle Maeland |
To | Me |
Subject | importXML, is it possible to load multiple XML documents? |
Date | 15 May 2007 12:08 |
Hi, first I want to thank you for your excellent script:
http://www.howtocreate.co.uk/tutorials/jsexamples/importingXML.html
But I have a question, is it possible to load multiple XML documents with
this script on the same page?
Best regards
Atle
From | Me |
To | Atle Maeland |
Subject | Re: importXML, is it possible to load multiple XML documents? |
Date | 17 May 2007 13:57 |
Atle,
> is it possible to load multiple XML documents with this script on the
> same page?
Sure, you can call it as many times as you want, with different (or the same
if you want) file names each time. Just make sure that for each file, you
specify a relevant function that can process the file.
Mark 'Tarquin' Wilton-Jones - author of http://www.howtocreate.co.uk/