Posts

Showing posts with the label what is xml

XML VS JSON

XML .Data interchange format .E x tensible M arkup L anguage: Text-based, self describing data presentation Meta language (i.e. use this language to define your own data structure) .Platform independent .Widely supported .Specified by W3C for the World Wide Web XML Basics I       .XML is based on markup                     ∘Opening and closing tags                                <tag>…</tag>       ∙A tag has …                            ∘… a name                           ∘… optional content between opening and closing tag                            ∘… an optional namespa...