• tableDiv.innerHTML = result;
  • // Associate the done() event handler to the // onreadystatechange event.
  • // Load the XML document from the server. xmldoc.load("http://spartus/xml/clients.xml"); // At this point we can do tasks until our XML document
  • 4 times as it moves through the // various stages in parsing. function done() { // Check if the XML is ready to be used; otherwise, return.
  • // Parse the XML document that is passed as a string.
  • // Display the name of each client




    Download 2,96 Mb.
    Pdf ko'rish
    bet125/131
    Sana14.05.2024
    Hajmi2,96 Mb.
    #232039
    1   ...   121   122   123   124   125   126   127   128   ...   131
    Bog'liq
    Ceponkus, Hoodbhoy - Applied XML - Toolkit for Programmers

    // Display the name of each client.
    alert(result.item(i).childNodes.item(0).nodeValue);
    }









    Download 2,96 Mb.
    Pdf ko'rish