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…
-->
A. Any combination of characters allowable in XML B. Any names conforming to XML Names, minus the co…
A. A set of names applied to specific spaces within an XML document, such as the head and body B. A …
A. The namespace used by default when no namespace is declared B. The namespace used when two or mor…
A. All XML documents must have a schema B. Schemas can specify integer values C. Schemas are defined …
A. Any name conforming to the XML Names specification B. A name having prefix and local name separat…
A. XML is a direct subset of SGML B. SGML is an application of HTML C. XML is a kind of dynamic HTML D…
A. Develop DTD, conduct a pilot project, create a modular library, train staff. B. Train staff, conv…
A. XML developed from HTML because WEB browsers became more powerful. B. XML is designed as a replac…
A. XML works on more platforms. B. XML is suited to using Web pages as front ends to databases. C. XM…
A. <xml-stylesheet type=”text/xsl” href=”cd.xsl”> B. <xml-stylesheet type=”text/xsl” xsl=”c…
A. it contains a root element B. it contain an element C. it contains one or more elements D. must con…
A. <xsl:template match=”PLANET_NAME”> B. <xsl:template match=” PLANET/NAME” > C. <xsl:…
A. <xsl:template match=” root”> B. <xsl:template match=” /”> C. <xsl:template match=” …
A. <xsl:template match=”Document”> B. <xsl:template match=”Root”> C. <xsl:template mat…
(i)In the server (ii)In the client (iii)With a separate program A. only(i) & (ii)…
A. an XML conforming document file and an XSLT specification file B. only an XML document C. only an …
A. XSLT uses the DTD to determine how XML documents will be translated B. XSLT specifies how a hiera…
A. XPath identifies the order or path of processing to be followed as the XSL language is processed …
A. XML must be used to produce XML and HTML output. B. XML cannot specify or contain presentation in…