xml quickie
xml quickie
Out of context: Reply #4
- Started
- Last post
- 8 Responses
- versa0
i guess i didn't phrase that very well last night....
i understand how to parse for the most part, but am wondering how to get a specific number/integer representing the number of childNodes under the rootNode
something like this would make sense, but isn't apparently applicable to a childNodes array
totalImages = myXml.firstChild.chi ldNodes.length
thanks