What is xml island tag?
Answer / gcs
Simply stated it is data in the form of XML embedded in an
HTML document. By embedding XML data you create an XML data
island, thereby storing your data on the client. This is
not good enough. You also want to know how to access it.
The HTML elements on the page can be bound to the XML data
island and make them come to life, on the client. In
reality an XML data island represents a built-in Data
Source Object in the IE browser. This means you do not need
<object/> tags to embed the control
| Is This Answer Correct ? | 3 Yes | 0 No |
How can I declare xml namespaces so that all elements and attributes are in their scope?
What is xml island tag?
What is the usage of xslt?
What are the hooks provided by xslt?
what is the XML? what is the difference between XML AND HTML? How it is used in .Net and advantages?
Describe the role that XSL can play when dynamically generating HTML pages from a relational database.
Can the content model in an element type declaration contain element types whose names come from other xml namespaces?
what does well-formed means?
How do I open an xml file?
How do I use xml namespaces with dom level 2?
What is the purpose of xml?
Give some examples of XML DTDs or schemas that you have worked with.