How can I read a XML file on HTML webpage?
I just know very basic JavaScript. I am trying to change value in footer of my website using XML because I have more than 100 pages and every time I change something in the footer, I have to change all 100 pages manually. That's why I want to change the footer links through XML.
I want my XML link value to go in anchor tags href attribute:
<a href="here goes the url using xml">
Also, the name of the website between the anchor tags too:
<a href="here goes link value ">here goes the name of the url using xml</a>
My HTML page should look like this:
<a href "here goes the url">here goes the name of the url using xml</a>