Explain the XSLT data model - XML

Explain the XSLT data model.

XSLT shares the same data model of XPATH with some additions. XSLT accepts a XSLT stylesheet as an input and output is another XML, text or another document. The model is based on text nodes. These text nodes are embedded within element nodes. The model is a hierarchical structure like a tree. The tree has a variety of nodes like- text nodes, attribute nodes, element nodes, comment nodes, and processing instruction nodes. For every node type there is a way of determining a string-value for a node of that type.
Why the need for XHTML? - XML
If a script in an HTML document is not well formed, small devices like mobile phones fail to display the content properly......
Explain the XHTML syntax rules - XML
Some Syntax rules that need to be followed with XHTML are: That Attribute names must be in lower case, their values must be in quotes and their minimization is done away from usage.......
XMLHttpRequest Object Properties - XML
The ‘onreadystatechange’ property fires at every state change event. The ‘readyState’ property is an object status integer......
Post your comment