최신XML Master Basic V2 - I10-001무료샘플문제
문제1
With respect to XML 1. 0, select which character encoding (encoding value for the XML declaration) that an XML processor absolutely must be able to process.
With respect to XML 1. 0, select which character encoding (encoding value for the XML declaration) that an XML processor absolutely must be able to process.
정답: D
문제2
Select which statement is correct with regards to creating an XML document based on the DTD element type declaration below.
[element type declaration]
<!ELEMENT computer (notebook|server)*>
<!ELEMENT notebook (mouse*)>
<!ELEMENT mouse (#PCDATA)>
<!ELEMENT server (#PCDATA)>
Select which statement is correct with regards to creating an XML document based on the DTD element type declaration below.
[element type declaration]
<!ELEMENT computer (notebook|server)*>
<!ELEMENT notebook (mouse*)>
<!ELEMENT mouse (#PCDATA)>
<!ELEMENT server (#PCDATA)>
정답: A,B
문제3
Select which of the following is an XSLT instruction to create a new node in a resulting XML document.
Select which of the following is an XSLT instruction to create a new node in a resulting XML document.
정답: C,D
문제4
Select which of the following statements about CDATA sections is correct.
Select which of the following statements about CDATA sections is correct.
정답: B
문제5
Select which of the following correctly describes designating two "color" attributes for the "product" element.
Select which of the following correctly describes designating two "color" attributes for the "product" element.
정답: B
문제6
Press the Exhibit button to view the XML document "a. xml", and apply XSLT stylesheet "b. xsl" to "a. xml". Select which of the following correctly describes the transformation results. Assume that the input XML document and transformation results ignore meaningless whitespace.
Press the Exhibit button to view the XML document "a. xml", and apply XSLT stylesheet "b. xsl" to "a. xml". Select which of the following correctly describes the transformation results. Assume that the input XML document and transformation results ignore meaningless whitespace.
정답: D
문제7
Select which of the following results in a date attribute value different than the other XML documents after being read by an XML processor.
Select which of the following results in a date attribute value different than the other XML documents after being read by an XML processor.
정답: A
문제8
Select which of the following methods can be used when using a single quote (') in an attribute value.
Select which of the following methods can be used when using a single quote (') in an attribute value.
정답: B