-->

From what set of names do NCNames derive?

A. Any combination of characters allowable in XML B. Any names conforming to XML Names, minus the co…

What is an XML namespace?

A. A set of names applied to specific spaces within an XML document, such as the head and body B. A …

What is the default namespace

A. The namespace used by default when no namespace is declared B. The namespace used when two or mor…

Which of the following statements about XML schemas is incorrect?

A. All XML documents must have a schema B. Schemas can specify integer values C. Schemas are defined …

What is a qualified name?

A. Any name conforming to the XML Names specification B. A name having prefix and local name separat…

Which of the following statements is true:

A. XML is a direct subset of SGML B. SGML is an application of HTML C. XML is a kind of dynamic HTML D…

The correct priority for implementing XML based IETMs is :

A. Develop DTD, conduct a pilot project, create a modular library, train staff. B. Train staff, conv…

The following best describes the development of XML.

A. XML developed from HTML because WEB browsers became more powerful. B. XML is designed as a replac…

What is an advantage of XML compared to HTML?

A. XML works on more platforms. B. XML is suited to using Web pages as front ends to databases. C. XM…

Which of the following instruct the browser which stylesheet to use

A. <xml-stylesheet type=”text/xsl” href=”cd.xsl”> B. <xml-stylesheet type=”text/xsl” xsl=”c…

Well formed XML document means(most appropriate)

A. it contains a root element B. it contain an element C. it contains one or more elements D. must con…

To match the specific XML elements child like of parent element is the syntax will be

A. <xsl:template match=”PLANET_NAME”> B. <xsl:template match=” PLANET/NAME” > C. <xsl:…

To match the specific XML elements in XMLT the syntax for given name “ rootnode” is

A. <xsl:template match=” root”> B. <xsl:template match=” /”> C. <xsl:template match=” …

To match the root node in XMLT transform the syntax will be

A. <xsl:template match=”Document”> B. <xsl:template match=”Root”> C. <xsl:template mat…

The transformation of XML document in to another type of document by XSLT can be done by

(i)In the server (ii)In the client (iii)With a separate program A. only(i) & (ii)�����������������…

XSLT processors accept as input:

A. an XML conforming document file and an XSLT specification file B. only an XML document C. only an …

Which statement correctly describes the capabilities of the XSLT language?

A. XSLT uses the DTD to determine how XML documents will be translated B. XSLT specifies how a hiera…

What is the role of the XPath language in XSL processing?

A. XPath identifies the order or path of processing to be followed as the XSL language is processed …

Identify the most accurate statement about the application of XML:

A. XML must be used to produce XML and HTML output. B. XML cannot specify or contain presentation in…

The attribute used to define a new namespace is

A. XMLNS                                             B. XmlNameSpace C. Xmlns������������������������…