Trying to parse xml file for javascript quiz
- by App_beginner
Hi
I am trying to create a javascript quiz, that gets the questions from a xml file. At the moment I am only starting out trying to parse my xml file without any success. Can anyone point me to what I am doing wrong?
<html>
<head>
<title>Test</title>
</head>
<body>
<div class="items">
</div>…