xmldoc = loadXMLDoc(“myData.xml”);
x = xmldoc.getElementsByTagName(“book”);
document.write(x.item(0).attributes.length);
xmldoc = loadXMLDoc(“myData.xml”);
x = xmldoc.getElementsByTagName(“book”);
document.write(x.item(0).attributes.length);
© 2025 Brenko Web Designed by Echo 5 Web Design
Comments
No comments have been made yet.
Please login to leave a comment. Login now