如何在 HTML 网页上读取 XML 文件?
我只知道非常基本的 JavaScript。我正在尝试使用 XML 更改网站页脚中的值,因为我有 100 多个页面,每次更改页脚中的内容时,我都必须手动更改所有 100 页。这就是我想通过 XML 更改页脚链接的原因。
我希望我的 XML 链接值进入锚标签 href 属性:
<a href="here goes the url using xml">
此外,锚标签之间的网站名称也是:
<a href="here goes link value ">here goes the name of the url using xml</a>
我的 HTML 页面应如下所示:
<a href "here goes the url">here goes the name of the url using xml</a>