Monday, November 3, 2008

lecture 19

1.HTML and XML were designed for different purposes. Explain a scenario in which XML documents should be interchanged between applications.
suppose you want to transfer your primary school marks to your university application, but the format of the marks is not supported in the university application. you therefore encode the marks to XML document so that the university can understand. XML documents are text based and are easier to read and understand.With XML, data can be exchange between incompatible systems.

No comments:

Post a Comment