Which of the following DOM (Level 2) nodes is not a child node of an element node (Element) in DOM trees?
Correct : C
Start a Discussions
Push the Exhibit Button to load the referenced "XML Document 1" and "XML Document 2," and process XML using "DOM Processing".
Select which of the following is the most appropriate expression of the results under XML 1.0. Line feeds and/or indents are not reflected in the results.
[DOM Processing]
Process XML using the following method.
Document output = updateXML( doc1, doc2 );
The variable doc1 here references the Document instance of the loaded "XML Document 1".
The variable doc2 here references the Document instance of the loaded "XML Document 2".
The DOM parser is namespace aware.
Assume no execution errors.
Correct : C
Start a Discussions
Push the Exhibit Button to load the referenced "XML Document". Select which of the following correctly describes the output results of an XSLT transformation of the "XML Document" using the "XSLT Style Sheet".
[XML Document]
Note that the XSLT processor can output transformation results as a document. Line feeds and indents are not reflected.
Correct : D
Start a Discussions
When processing the following "XML Document" according to the method shown by "SAX Processing," which of the following correctly describes the output results (print method output)?
Correct : C
Start a Discussions
When processing the following "XML Document" according to the method shown by "DOM Processing," which of the following correctly describes the output results (print method output)?
Correct : E
Start a Discussions