Which statement is true?
What does XML stand for?
There is a way of describing XML data, how?
XML's goal is to replace HTML
What is the correct syntax of the declaration which defines the XML version?
What does DTD stand for?
Is this a "well formed" XML document? <?xml version="1.0"?> <note> <to>Hyderabad</to> <from>Nellore</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> </note>
Is this a "well formed" XML document? <?xml version="1.0"?> <to>Hyderabad</to> <from>Nellore</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body>
XML preserves white spaces
Is this a "well formed" XML document? <?xml version="1.0"?> <note> <to age="33">Krishna</to> <from>Nellore</from> </note>
Is this a "well formed" XML document? <?xml version="1.0"?> <note> <to age=33>Shyam</to> <from>Krishna</from> </note>
XML elements cannot be empty
Which is not the correct name for an XML element?
XML attribute values must always be enclosed in quotes
What does XSL stand for?
What is a correct way of referring to a stylesheet called "mystyle.xsl"?
For the XML parser to ignore a certain section of your XML document, which syntax is correct?
What are XML entities used for?
Which of the following XML fragments is well-formed?
What is an XML instance?
Which XML DOM object represents a node in the node tree?
Another one which is not a correct name for an XML element?
One more which is not a correct name for an XML element?
Find the true statement?
Can we have empty tags in XML?
What do empty tags indicate in XML?
What are the advantages of DOM Document in XML?
Which is not a Basic rule while writing XML?
Pick out the Basic rule while writing XML?
Which is used to convert from XML document into an XML DOM object which can be written in Javascript?
Which are used to avoid element name conflicts in XML?
Which one describes how to display an XML document for a given type?
What are rules for well formed XML document?
Which is used to define descriptions of the structure of different types of an electronic documents?
What is SGML in XML?
Can we execute an XML?
Which special characters are not used making tags in XML?
What is XSLT in XML?
Why XSLT is important for XML?
What is the use of XQuery in XML?
Which is the standard way of creating hyperlinks in the XML files?
Which allows hyperlinks to point to more specific parts of the XML file or document?
What is the use of XSLT of XSL?
What is the use of XPath of XSL?
What is the use of XSL-FO of XSL?
What is Data Island in XML?
What is DiffGram in XML?
What is SAX in XML?