Question 1
Select which statement correctly describes the results of reading the attribute values below using a non-validating XML processor, which does not check validity. Note that [#x9] is shown using #x9, [#xA] is shown using #xA, [#xD] is shown using #xD, and [#x20] is shown using #x20. Attribute="[#xA]
[#x9] data 1[#xD][#xA]
data 2"
[#x9] data 1[#xD][#xA]
data 2"
Question 2
Choose the statement about XML that is correct.
Question 3
Select the answer that correctly describes a namespace to which the type attribute of the Name element in the XML document below belongs.
<data xmlns="urn:sample">
<ContactInformation>
<Name type="Man">Taro_Yamada</Name>
<eMail>Yamada@abc. co. jp</eMail>
<Tel>03-xxxx-xxx1</Tel>
</ContactInformation>
</data>
<data xmlns="urn:sample">
<ContactInformation>
<Name type="Man">Taro_Yamada</Name>
<eMail>Yamada@abc. co. jp</eMail>
<Tel>03-xxxx-xxx1</Tel>
</ContactInformation>
</data>
Question 4
Press the Exhibit button to view the XML document "a. xml", and apply XSLT stylesheet "b. xsl" to "a. xml", and output the "SMTP" in the content of the service element as the transformation result. Select which of the following correctly describes what belongs in (1) of the XSLT stylesheet.
Question 5
Select which of the following is not a well-formed XML document.