Select which of the following correctly describes the output results of an XSLT transformation of the following "XML Document" using the "XSLT Style Sheet". Note that the XSLT processor can output transformation results as a document.

A. 01
B. 0
C. 012
D. 1
E. 123
F. 12
正解:F
質問 2:
Which of the following describes the most correct call order of the ContentHandler interface methods when parsing the following "XML Document" using a validating SAX parser? This question reflects line feeds within the XML Document.
A. startDocument - startElement - ignorableWhitespace - startElement - characters - endElement - ignorableWhitespace - endElement - endDocument
B. startDocument - startElement - startElement - characters - endElement - ignorableWhitespace - endElement - endDocument
C. startDocument - startElement - characters - startElement - characters - endElement - characters - endElement - endDocument
D. startDocument - startElement - startElement - characters - endElement - endElement - endDocument
正解:C
質問 3:
Push the Exhibit Button to load the referenced "XML Document". When processing the "XML Document" according to the method shown by "SAX Processing," which of the following correctly describes the output results (println method output)? Assume that the processed XML Document has no indents (ignorable white space such as line feeds, tabs, etc.). Although the expected processing result is choice "A", processing may not occur as expected. [SAX Processing] Use the following "ContentHandlerImpl" class, and parse the XML Document using SAX. The SAX parser is namespace aware. Assume no execution errors.

A. 2004-06-30 09:00:Gina Jones
B. 2004-06-30 09:00:
C. :Gina Jones
D. Nothing is output.
正解:A
質問 4:
Use DOM programming to create XML according to the schema defined by TravelXML (portions modified for this question). Create XML according to the method shown by "DOM Processing". Select which of the following correctly describes the results of performing a validation check on the created XML against the schema ("XML Schema" referenced when the Exhibit Button is pushed).
[DOM Processing]
Create XML using the following method.
Document doc = createXML( impl );
The variable impl here references the DOMImplementation instance.
The DOM parser is namespace aware.
Assume no execution errors.
A. The created XML is valid
B. The created XML includes all of the required elements defined by the schema (all elements defined once they have appeared, namespace refleted); however, is not valid
C. The created XML does not include the required elements defined by the schema (all elements defined once they have appeared, namespace reflected); therefore, is not valid
D. The root element (document element) of the created XML is an empty element, and the created XML is not valid against the schema
正解:B
質問 5:
Select which of the following correctly describes the construction of a SOAP (SOAP 1.1) message. (Multiple answers possible. Select two.)
A. A Document type declaration cannot be included
B. The SOAP Header element is optional, and may be omitted
C. A multiple number of SOAP Body elements may be included
D. The SOAP Body element is optional, and may be omitted
正解:A,B
質問 6:
Select which of the following correctly describes the results of performing a validation check on "XML Document". Assume that the XML parser correctly processes the XML Schema schemaLocation attribute.

A. Valid
B. No processing error, but is not valid.
C. The coding for the XML Schema Document is not appropriate; therefore, an error is thrown (initial
error) when procesing the "testml.xsd" "<xs:element ref="tns:record" maxOccurs="unbounded" />"
D. The coding for the XML Schema Document is not appropriate; therefore, an error is thrown (initial error) when procesing the "testml.xsd" import element
正解:D
質問 7:
Push the Exhibit Button to load the referenced "XSLT Style Sheet". Select which of the following correctly describes the output results of an XSLT transformation of the following "XML Document" using the "XSLT Style Sheet".
Note that the XSLT processor can output transformation results as a document. Although the expected processing result is choice gAh, processing may not occur as expected.
[XML Document]
<report>
<date>2005-01-01</date>
<place>South Street, East Town</place>
<data>
<value>102</value>
<value>89</value>
<value>70</value>
</data>
</report>
A. 2005-01-01,South Street# East Town102,89,70
B. 2005-01-01,South Street# East Town,102,89,70
C. 2005-01-01,#102,89,70
D. 2005-01-01,#,102,89,70
正解:B
質問 8:
Use XSLT transformation to create XML according to the schema (portions modified for this question) defined by TravelXML.
Perform XSLT transformation on the "XML Document" using the following "XSLT Style Sheet".
[XML Schema]
<xsd:schema xmlns:xsd=http://www.w3.org/2001/XMLSchema
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
Select which of the following correctly describes the results of performing a validation check on the post-transformation XML against the schema ("XML Schema" referenced when the Exhibit Button is pushed).
A. The post-transformation XML includes all of the required elements defined by the schema (all elements defined once they have appeared, namespace refleted); however, is not valid
B. The post-transformation XML is valid
C. The root element (document element) of the post-transformation XML is an empty element, and the post-transformation XML is not valid against the schema
D. The post-transformation XML does not include the required elements defined by the schema (all elements defined once they have appeared, namespace reflected); therefore, is not valid
正解:A
梶原** -
学び易いと思います。I10-002合格できてとても嬉しいです。これ一冊あれば十分に事足りると私は思いました。