I10-002 無料問題集「XML Master: Professional V2」
Push the Exhibit Button to load the referenced "DOM Processing," and process XML using "DOM Processing."
Select which of the following describes the correct results. Although the expected processing result is choice "A", processing may not occur as expected. [DOM Processing]
Process XML using the following method. Document output = updateXML( report, list );
The variable report here references the Document instance of the loaded "XML Document 1".
The variable list here references the Document instance of the loaded "XML Document 2".
The DOM parser is namespace aware. Assume no execution errors. [XML Document 1]
Select which of the following describes the correct results. Although the expected processing result is choice "A", processing may not occur as expected. [DOM Processing]
Process XML using the following method. Document output = updateXML( report, list );
The variable report here references the Document instance of the loaded "XML Document 1".
The variable list here references the Document instance of the loaded "XML Document 2".
The DOM parser is namespace aware. Assume no execution errors. [XML Document 1]
正解:B
解答を投票する
Push the Exhibit Button to load the referenced "XML Document," and process XML using "DOM Processing".
[XML Document]
<doc><content>Today's<bold>"hot"</bold>news</content></doc>
Select which of the following is the most appropriate expression of the results under XML 1.0.
[DOM Processing]
Process XML using the following method.
Document output = updateXML( doc );
The variable doc here references the Document instance of the loaded XML Document.
Assume no execution errors.
[XML Document]
<doc><content>Today's<bold>"hot"</bold>news</content></doc>
Select which of the following is the most appropriate expression of the results under XML 1.0.
[DOM Processing]
Process XML using the following method.
Document output = updateXML( doc );
The variable doc here references the Document instance of the loaded XML Document.
Assume no execution errors.
正解:A
解答を投票する
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". 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).
正解:B
解答を投票する
