top of page

12/40 XML DOM Concluded


ree

Conclusion

In this blog, we have been exploring the fundamentals of XML. The last few posts have discussed different JavaScript functions designed to interact with the XML DOM. As basic as XML is, it offers a wide range of benefits in web development.


To give a quick summary, the DOM is structured like a tree. Using JavaScript you can access, manipulate, and update objects in your XML DOM. This decreases load time as XML is stored and processed as plain text.

 
 
 

Comments


bottom of page