How do XML and HTML work together
Answers
Answered by
2
Answer:
XML Separates Data from HTML
When displaying data in HTML, you should not have to edit the HTML file when the data changes. With XML, the data can be stored in separate XML files. With a few lines of JavaScript code, you can read an XML file and update the data content of any HTML page.
Similar questions