-
1.
How many root elements can we have in XML ?
1
2
3
0
Answer
-
2.
Which XSL type is used for navigation in xml documents?
XSLT
XPath
XSL-FO
Answer
-
3.
Why XLink is used in XML file?
Remove Link
Create link
Fetch Link
Modify Link
Answer
-
4.
What is Xquery used for in XML file?
Data Store
Data Display
Data Create
Data Fetch
Answer
-
5.
What is XSLT?
Extensible Standard Language Transformation
Extensible Sytlesheet Language Transformation
Extensible Standard List Transformation
Extensible Sytle Language Transformation
Answer
-
6.
What is DTD?
Document type Determination
Determination Type Defination
Document Type Definition
Document Text Definition
Answer
-
7.
Which special character is NOT used in XML?
<
>
$
&
Answer
-
8.
What is SGML?
Standard Generalized Markup Language
Show Generelized Markup Language
Symplification Generalized Markup Language
Standard General Markup Language
Answer
-
9.
What is CDATA?
code data
create data
character data
unparsed character data
Answer
-
10.
XML is the mother of
HTML.
WAP and WML
All of the above
None of these.
Answer
-
11.
XML Can be Used to
Replace old language.
Create new language.
All of the above
None of these.
Answer
-
12.
XML uses
an XML Schema to describe the data
an XHTML Schema to describe the data
an XPath to describe the data
an XQuerya to describe the data
Answer
-
13.
XML Schema is designed to
be self-descriptive
disply only useful data
carrying request
giving response.
Answer
-
14.
XML is a Complement to
XHTML.
HTML
Xquery
Xpath
Answer
-
15.
XML is
Free and Extensible
Not Extensible.
A stylsheet
None of these
Answer
-
16.
XML is a _______ Recommendation
Microsoft
Sun
W3C
None of these
Answer
-
17.
For the XML parser to ignore a certain section of your XML document, which syntax is correct?
<CDATA> Text to be ignored </CDATA>
<![CDATA[ Text to be ignored ]]>
<PCDATA> Text to be ignored </PCDATA>
<xml:CDATA[ Text to be ignored ]>
Answer
-
18.
What is a correct way of referring to a stylesheet called "mystyle.xsl" ?
<link type="text/xsl" href="mystyle.xsl" />
<?xml-stylesheet type="text/xsl" href="mystyle.xsl"?>
<stylesheet type="text/xsl" href="mystyle.xsl" />
All of the above
Answer
-
19.
What does XSL stand for?
eXtra Style Language
eXpandable Style Language
eXtensible Style Listing
eXtensible Stylesheet Language
Answer
-
20.
Which is not a correct name for an XML element?
<age>
<NAME>
<first name>
All three names are incorrect.
Answer