True/False
Indicate whether the sentence or statement is true
or false.
|
|
|
1.
|
There
can be up to three DTDs per XML document.
|
|
|
2.
|
A
document type declaration is sometimes also referred to as a document type definition.
|
|
|
3.
|
To
create a DTD, you must first enter a document transition declaration into the XML
document.
|
|
|
4.
|
There
can only be one DOCTYPE declaration in an XML document.
|
|
|
5.
|
If
the name of the root attribute matches the name of the document's root element, the XML parser will
report an error and stop processing the document.
|
|
|
6.
|
The
SYSTEM location form includes a public identifier.
|
|
|
7.
|
A
DOCTYPE declaration can indicate both an external and an internal subset.
|
|
|
8.
|
If a
document contains both an internal and external subset, the external subset has precedence over the
internal subset if there is a conflict between the two.
|
|
|
Figure
3-5
|
|
|
9.
|
The
item marked 1 in Figure 3-5 is a document comment.
|
|
|
10.
|
As
shown in Figure 3-5, the root element of the document must not match the root element listed in the
DOCTYPE declaration.
|
|
|
11.
|
The
item marked 2 in Figure 3-5 is the root element.
|
|
|
12.
|
|