---
title: "Explain about XML data binding?"  
description: "Explain about XML data binding?"  
author: "Dependra Pathak"  
published: 2011-03-18  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/519/explain-about-xml-data-binding  
category: "xml"  
tags: ["xml"]  
reading_time: 1 minute  

---

# Explain about XML data binding?

XML data binding allows the user to access the information in XML format rather than in the format of DOM. Data is referred and stored in the computer memory as an object in the form of an XML document. Some information requires different approach to store it in the format of an object. As the data contains links it is always not easy to preserve the data in the form of an object.

## Answers

### Answer by Dependra Pathak

XML data binding allows the user to access the information in XML format rather than in the format of DOM. Data is referred and stored in the computer memory as an object in the form of an XML document. Some information requires different approach to store it in the format of an object. As the data contains links it is always not easy to preserve the data in the form of an object.


---

Original Source: https://www.mindstick.com/interview/519/explain-about-xml-data-binding

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
