MultipleChoice
Select the answer that correctly identifies an element in the 'XML Document' below.
[XML Documents]
jklmno
OptionsMultipleChoice
Press the Exhibit button to view the XML document 'a. xml', and apply XSLT stylesheet 'b. xsl' to 'a. xml', and output '10075' as the transformation result. Select which of the following correctly belongs in (1) of the 'b. xsl'.
OptionsMultipleChoice
When using an XML processor to read the XML document below, which answer correctly describes the value that entity reference '&name;' replaces? Assume that the XML processor can read 'external. txt'.
[external. txt]
<?xml version='1. 0' encoding='UTF-8'?>
<name>gloria</name>
[XML Documents]
<?xml version='1. 0' encoding='UTF-8'?>
<!DOCTYPE text [
<!ELEMENT text (#PCDATA|name)*>
<!ELEMENT name (#PCDATA)>
<!ENTITY name SYSTEM 'external. txt'>
]>
<text>My name is &name;</text>
OptionsMultipleChoice
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
OptionsMultipleChoice
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.
Options