xmldoc = loadXMLDoc(“myData.xml”);

   x = xmldoc.getElementsByTagName(“book”);

   document.write(x.item(0).attributes.length);