Question 36

Press the Exhibit button to view "XML Schema Document". Which of the following is a valid XML document with respect to "XML Schema Document".
  • Question 37

    Press the Exhibit button to view "Transformation Source XML Document". Select which of the following correctly describes the XPath method (1) and (2) that belongs in the "XSLT Stylesheet" blank space when acquiring the text string "Taro_Suzuki" from the "Transformation Source XML Document". Text String(1) . . . library/book/author Text String(2) . . . library//author
  • Question 38

    Press the Exhibit button to view the XML document "a. xml", and apply XSLT stylesheet "b. xsl" to "a. xml". The content of the administrator element with a state attribute of "Auto_Logon" is output in the transformation results. Select which of the following correctly belongs in (1) of the stylesheet.
  • Question 39

    Select which of the following correctly describes a namespace to which the "Telephone_Number" element 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 usage="Official">03-1111-1111</Telephone_Number>
    </data>
    </message>
  • Question 40

    Select which of the following correctly describes a namespace to which the "price" element in the XML document below belongs.
    <message xmlns="urn:sample:order"
    xmlns:product="urn:sample:product">
    <product:list xmlns="urn:sample:list">
    <name>XML study guide</name>
    <price>536</price> <
    /product:list>
    <order>
    <customerID>J058974</customerID>
    <number>1</number>
    </order>
    </message>