Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

168
Views
XML parse in Javascript

Trying to use an xml in javascript. The emailtest.xml needs to be taken from the same folder as emailtest.js and emailtest.html. I am not sure how to use the parser. Is there a right way to address a xml in js?

//emailtest.js

function window_open(){
    parser= new DOMparser();
    email = parser.parseFromString("emailtest.xml", "text/xml);
    textbox1.text=email(1,1)
    
}

//emailtest.xml

<?xml version="1.0 encoding="UTF-8" standalone="yes">
<data-set xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<table>
    <0>
        <fname>John</fname>
        <lname>Doe</lname>
        <email>doejohn@gmail.com</email>
    </0>
    <1>
        <fname>Jane</fname>
        <lname>Doe</lname>
        <email>doejane@yahoo.com</email>
    </1>
</table>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!