Multiple Choice
Suppose price is an element and currency is an attribute, to represent that a price element must contain currency, we must specify ____ .
A) <!ATTLIST price currency CDATA #REQUIRED>
B) <!ATTLIST price currency CDATA "USD">
C) <!ATTLIST price currency #REQUIRED "USD">
D) <!ATTLIST price #REQUIRED "USD">
Correct Answer:

Verified
Correct Answer:
Verified
Q44: In XML, an attribute has a name
Q45: In an attribute definition in a DTD,
Q46: An XPath describes a node or_, using
Q47: What does DOM stand for?<br>A)Data Object Model<br>B)Data
Q48: To get a DocumentBuilder object, first call
Q50: In XML, a DTD is introduced with
Q51: What package will you use to import
Q52: What is one reason to have the
Q53: Which of the following attribute types describes
Q54: Given the following code, what will the