| Author: amit singh 30 Dec 2008 | Member Level: Gold | Rating: Points: 6 |
XML stands for EXtensible Markup Language The Difference Between XML and HTML-xml satnds for dynamic data representation. XML data is stored in plain text format. This provides a software- and hardware-independent way of storing data. XHTML the latest version of HTML WSDL for describing available web services WAP and WML as markup languages for handheld devices The elements in an XML document form a document tree. The tree starts at the root and branches to the lowest level of the tree. XML requires that elements be properly nested—elements may never overlap, and so must be closed in the order opposite to which they are opened XML is a named body of data, usually text. Entities are often used to represent single characters that cannot easily be entered on the keyboard.they are also used to represent pieces of standard text that occur in many documents, especially if there is a need to allow such text to be changed in one place only XHTML the latest version of HTML WSDL for describing available web services WAP and WML as markup languages for handheld devices The elements in an XML document form a document tree. The tree starts at the root and branches to the lowest level of the tree. XML requires that elements be properly nested—elements may never overlap, and so must be closed in the order opposite to which they are opened XML is a named body of data, usually text. Entities are often used to represent single characters that cannot easily be entered on the keyboard.they are also used to represent pieces of standard text that occur in many documents, especially if there is a need to allow such text to be changed in one place only
|