Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why JavaScript objects for data instead of Xml?

Data Javascript objects XML
0
Posted

Why JavaScript objects for data instead of Xml?

0

Similar to the DOM, we found that accessing Xml documents via XPath in JavaScript is slow. By comparison, creating, accessing and updating JavaScript objects is fast. Furthermore, we wanted to add support for features not found in Xml, such as reflection, type information, property validators and change notification. To add these features, we implemented JavaScript object-based DataSets. Xml DataSets using XPath may be added at some point in the future.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123