XML Syntax error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

XML Syntax error

Hi All, When I check Firefox console I get the Error message . error analysis XML : Syntax error location : : file:///C:/Users/data.json Number 1 , line 1 Here is the full code, with data Json under JS Script https://code.sololearn.com/WrjeqzsWu6Z4 Do you know what is the problem and how can I solve it please ? Thanks in advance, Red#One

19th Dec 2018, 5:29 PM
Red#One
Red#One - avatar
1 Answer
+ 3
Red#One Error in this code is that you have not include jquery library properly. I tried and add <script src="https://code.jquery.com/jquery-3.1.1.js"></script> these lines after opening head tag and your program doesn't throw any errors
21st Dec 2018, 11:10 AM
Nikhil
Nikhil - avatar