Content deleted Content added
GoingBatty (talk | contribs) General fixes, replaced: C# → C# (2) |
GoingBatty (talk | contribs) →top: fixed link |
||
Line 2:
'''XML data binding''' refers to a means of representing information in an [[XML]] document as a [[business object]] in computer memory. This allows [[Application software|applications]] to access the data in the XML from the object, rather than using the [[Document Object Model|DOM]] or [[Simple API for XML|SAX]] to retrieve the data from a direct representation of the XML itself.
It makes it possible to read and write [[XML]] data using a programming language class library (e.g. [[C++]], [[C
==Description==
|