Data representation
Posted by admin on November 15, 2008
0 comments
Data can be represented in text format for human and binary format for computer. Here my focus will be on text representation. For application, we commonly use XML because: Its self-documenting format describes structure and field names as well as specific values. And it is easily digested by both human and machine. It is platform-independent, [...]