XML 1.0 Test (Fifth Edition)
Following the XML Code snippet displays the title of books made by a particular author, using XSLT for each element. The book titles are in sorted order. 1.<xsl:for-each select="author/books"> 2.<...
From the following XML code snippet, the 3D shape cube is to be displayed. Which of the following is the correct code option? <?xml version="1.0" encoding="ISO-8859-1"?> <shapes> <category ty...
From the following XML Code Snippet, the model name of the Mercedes manufacturer is to be displayed. Which of the following options is correct? <?xml version="1.0" encoding="ISO-8859-1"?> <cars> ...
Identify the Decendant Nodes in the following XML Code snippet. <bookstore> <book> <title>Title1</title> <author>Author1</author> <year>2009</year> ...
Identify the values of the text nodes in the following XML Code Snippet? <?xml version="1.0" encoding="ISO-8859-1"?> <books> <book category="science"> <title>Solar System</title> ...
Select the correct XML from the following options.
State whether the following statement is True or False. XForms can contain multiple forms in a single containing document.
The following are two XPath statements: Statement A: trafficsign[1][@type="warning"] Statement B: trafficsign[@type="warning"][1]
The main purpose of XML DOM is to:
What does the following DTD imply? <!DOCTYPE booklist [ <!ELEMENT booklist(book*)> <!ELEMENT book(summary?,title,acknowledgement+)> <!ELEMENT summary (#PCDATA)> <!ELEMENT title (#P...
What does the following DTD imply? <!DOCTYPE booklist [ <!ELEMENT book (#PCDATA)> <!ATTLIST book pages CDATA #IMPLIED> ]>
What does the following XPath expression depict? /book/chapter
What is an IDREFS attribute type?
What type of restriction is exhibited by the following XSD code snippet? <xs:element name="character"> <xs:simpleType> <xs:restriction base="xs:string"> <x...
Which of the following are correct XML Namespace declarations?
Which of the following are examples of XSD Order Indicators?
Which of the following are the mandatory XHTML elements?
Which of the following are Tokenized type attributes?
Which of the following are valid DOM methods?
Which of the following are XForm Built-in Derived Datatypes?
Which of the following are XForm Notification Events?
Which of the following are XLink Traversal attributes?
Which of the following attributes are optional in the xsl:sort command?
Which of the following code snippets does not comply with the XLink syntax?
Which of the following deals with internationalization and localization of Extended Links?
Which of the following DTD attribute-types contains a list of valid XML names?
Which of the following elements is not associated with XSL?
Which of the following filter operators are associated with the <xsl:for-each> element?
Which of the following is a default value of the show attribute of an XLink?
Which of the following is a top level element defined in an XSL style sheet?
Which of the following is a well formed and valid XML document type declaration?
Which of the following is an XForm String function?
Which of the following is an Xlink Locator attribute?
Which of the following is not a DTD type attribute?
Which of the following is not a feature of CDATA sections?
Which of the following is not a value of the xlink:type attribute?
Which of the following is not an XForm Form Control?
Which of the following is not built-in primitive types in the XML Schema?
Which of the following is the correct sequence of NodeType value for the following XML elements? Attribute, Text, Document, Comment
Which of the following is the official namespace of XForms?
Which of the following is the root element of an XHTML document?
Which of the following is the root element of every XML Schema?
Which of the following is/are used in Xforms binding?
Which of the following operations or applications use XML?
Which of the following statements are true in the context of XHTML?
Which of the following statements comply with the XHTML syntax?
Which of the following statements does not comply with XHTML syntax?
Which of the following statements finds all the dealers where the value of the product attribute is equal to "computers"?
Which of the following statements is not true of XForms?
Which of the following statements is not true with regard to XML?
Which of the following statements is/are true regarding XForms?
Which of the following statements is/are true? Statement (I): Using or following a link for any purpose is called Traversal. Statement (II): Information about the Trasversal application behaviour ...
Which of the following statements regarding XML is incorrect?
Which of the following tags are deprecated in accordance with XHTML DTD?
Which of the following XHTML modules defines the elements used in tables?
Which of the following XML attributes are correct?
Which of the following XML DOM object properties returns the root element of an element?
Which of the following XML technologies are related to the formatting of XML documents?
Which of the following XPath Boolean functions is used to return the largest integer number that is not greater than the argument of that number?
Which of the following XPath expressions is used to select the parent of the current node?
Which of the following XPath functions is not a string function?
Which of the following XSD code snippets automatically assigns a value to the shapes element when no value is present?
Which of the following XSD Constraints is used to define the exact sequence of acceptable characters?
Which of the following XSD data types is supported by XForms?
Which of the following XSL component is a language for transforming XML documents?