Posts

Showing posts from December, 2019

Mobile Application Development BSCS-7 Lecture # 2 - ppt download

Mobile Application Development BSCS-7 Lecture # 2 - ppt download : Overview of XML XML stands for EXtensible Markup Language. It is a software- and hardware-independent tool for storing and transporting data. XML allows to define languages (“applications”) to represent text documents / textual data. XML does not qualify to be a programming language as it does not perform any computation or algorithms. XML Usage XML can work behind the scene to simplify the creation of HTML documents for large web sites. XML can be used to exchange the information between organizations and systems. XML can be used for offloading and reloading of databases. XML can be used to store and arrange the data, which can customize your data handling needs. XML can easily be merged with style sheets to create almost any desired output. Virtually, any type of data can be expressed as an XML document.