Question 31
Select which of the following is correct with respect to validating XML processors and non-validating XML processors.
Question 32
Select which of the following is correct with regard to using a multiple number of character encoding types in a single XML document that contains no external references.
Question 33
Select which of the following correctly describes a namespace to which the "usage" attribute in the XML document below belongs.
<?xml version="1. 0"?>
<message xmlns="urn:sample:personal"
xmlns:application="urn:sample:Application"
xmlns:NameCard="urn:sample:NameCard">
<data> <application:Application Date="2005/09/30">Address_Change</application:Application> <application:Change_Address>Bunkyo-ku_Tokyo_XXXX</application:Change_Address> <application:Applicant>Ichiro_Yamamoto</application:Applicant> <Department_Name>Sales_Department</Department_Name>
<Telephone_Number NameCard:usage="Official" xmlns="">03-1111-1111</Telephone_Number>
</data>
</message>
<?xml version="1. 0"?>
<message xmlns="urn:sample:personal"
xmlns:application="urn:sample:Application"
xmlns:NameCard="urn:sample:NameCard">
<data> <application:Application Date="2005/09/30">Address_Change</application:Application> <application:Change_Address>Bunkyo-ku_Tokyo_XXXX</application:Change_Address> <application:Applicant>Ichiro_Yamamoto</application:Applicant> <Department_Name>Sales_Department</Department_Name>
<Telephone_Number NameCard:usage="Official" xmlns="">03-1111-1111</Telephone_Number>
</data>
</message>
Question 34
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.
Question 35
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.