Multiple Choice
When you parse an XML file with a DTD, ____________.
A) you should tell the parser to ignore the white space.
B) you don't need to request validation.
C) you should supply the URL for locating the DTD.
D) your should tell the parser to convert all white space to text.
Correct Answer:

Verified
Correct Answer:
Verified
Q9: Given the following code, what will the
Q10: The method setIgnoringElementContentWhitespace is in the _
Q11: Where is the createElement method located?<br>A)DocumentBuilder class.<br>B)newBuilder
Q12: When referencing an external DTD (one not
Q13: To make the parser ignore white space
Q15: When converting an XML document to Java
Q16: Where is the newDocumentBuilder method?<br>A)In the DocumentBuilder
Q17: Which of the following best describes the
Q18: A _ parser reports the building blocks
Q19: What method do you use to insert