xml quickie
xml quickie
Out of context: Reply #5
- Started
- Last post
- 8 Responses
- zack270
versa,
//make an array first:
totalImages = new Array();
//then:
totalImages = myXml.firstChild.childNodes;
// then just do
totalImages.length;
versa,
//make an array first:
totalImages = new Array();
//then:
totalImages = myXml.firstChild.childNodes;
// then just do
totalImages.length;