Press the Exhibit button to view and transform "Transformation Source XML Document". Select the answer that correctly describes what belongs in (1) in the "XSLT Stylesheet" to derive "Post-Transformation XML Document".
[XSLT Stylesheet]
<xsl:stylesheet version="1. 0" xmlns:xsl="http://www. w3. org/1999/xsl/Transform"> <xsl:template match="/">
<product>
<xsl:apply-templates select="(1)__________"/>
</product>
</xsl:template>
<xsl:template match="name">
<xsl:value-of select=". "/>
</xsl:template>
</xsl:stylesheet>
A. product/name
B. /productW Courier Newlr Z
C. /name
D. //name
正解:A,D
質問 2:
Select which statement is correct with respect to the XML document and external entity below. Assume that an XML processor can read "category. txt".
[category. txt]
DVD Player
[XML Documents]
<?xml version="1. 0" encoding="UTF-8"?>
<!DOCTYPE product [
<!ELEMENT product (name,price)*>
<!ELEMENT name (#PCDATA)>
<!ELEMENT price (#PCDATA)>
<!ENTITY title "title">
<!ENTITY category SYSTEM "category. txt">
]>
<product>
<name><&title;>&category;DVD8598438</&title;></name>
<price>open</price>
</product>
A. This is a valid XML document.
B. This is a well-formed XML document; however, it is not a valid XML document.
C. This is not a well-formed XML document, because there is an error in the entity reference.
D. The entity reference is not incorrect; however, this is not a well-formed XML document. W Courier Newlr Z
正解:A
質問 3:
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"
A. Attribute="[#xA][#x9]data 1[#xD][#xA]data 2"W Courier Newlr Z
B. Attribute="[#xA]data 1[#xA]data 2"
C. Attribute="[#x20][#x20]data 1[#x20]data 2"
D. Attribute="data 1[#x20]data 2"
正解:C
質問 4:
Select which of the following correctly describes an element type declaration that includes either the "home" element or the "mobile" element as a child element of the "telephone_number" element.
A. <!ELEMENT telephone_number (home?mobile)>
B. <!ELEMENT telephone_number (home)> <!ELEMENT telephone_number (mobile)>
C. <!ELEMENT telephone_number (home,mobile)>
D. <!ELEMENT telephone_number (home|mobile)>W Courier Newlr Z
正解:D
質問 5:
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>
A. Does not belong to any of the namespaces. W Courier Newlr Z
B. urn:sample:NameCard
C. urn:sample:Application
D. urn:sample:personal
正解:D
質問 6:
With respect to XML 1. 0 specifications, select which of the following is correct.
A. An element, "abc", without content, may be coded, <abc></abc> or <abc/>.
B. With the exception of empty element tags, opening and closing tags must always be designated in a set.
C. A well-formed XML document must always be valid with respect to DTD definition content.
D. When validating the structure of an XML document using a DTD document, the XML document must always include the document type declaration (<!DOCTYPE>). W Courier Newlr Z
正解:A,B,D
桑原** -
I10-001受験結果が出ました。高得点で合格になりました。有難いPass4Testさんに出会って本当に感謝しかありません!