Next>>
XML questions - August 12, 2008 at 18:00
PM by Amit Satpute
Answer - XML, Extensible Markup Language, is an open, text
based markup language that provides structural and semantic information to
data...............
Answer - They must have a root tag, the document should be well
formed : the tags should be properly closed, since XML is case sensitive, one
should take care..............
Answer - XML DTD is a rule book that an XML document follows.
Once DTD is ready, you can create number of XML documents following the same
rules..............
Answer - The term CDATA is used when you dont want some text
data to be parsed by the XML parser. ..............
Answer - XSL is a language for expressing style sheets. An XSL
style sheet is a file that describes the way to display an XML
document...............
Answer - Xquery is a query language that is used to retrieve
data from XML documents...............
Answer - It is a Microsoft specified XML-messaging-based
protocol for exchanging analytical data between client applications and
servers..............
Answer - DOM is an interface-oriented Application Programming
Interface. It allows for navigation of the entire document...............
Answer - An XSL sheet or a document may have duplicate elements
and attributes. Therefore, the XML namespaces define a way to distinguish
between..............
Answer - XML data binding refers to the process of representing
the information in an XML document as an object in computer
memory...............
Answer - XML documents can contain non ASCII characters, like
Norwegian æ ø å , or French ê è é which introduce errors...............
Answer - XML Serialization makes it possible to convert any
common language runtime objects into XML documents or streams and vise versa.
..............
Answer - You need to first create a table in oracle that
matches with the fields of the XML data...............
Answer - The primary XML index is a B+tree and is useful
because the optimizer creates a plan for the entire query. ..............
Answer - SQL Server 2000 provides the facility to retrieve data
in the form of XML with the help of the FOR XML clause appended to the end of a
SELECT statement. ..............
|