Push the Exhibit Button to load the referenced "XML Document". When processing the "XML Document" according to the method shown by "DOM Processing," 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.
[XML Document]
2004-07-01 13:00
WAITING
2004-07-01 16:00
WAITING
Assume that the processed XML Document has no indents (ignorable white space such as line feeds, tabs, etc.).
[DOM Procesing]
Create XML using the following method.
Document output = createXML( doc, impl );
The variable doc here references the Document instance of the loaded XML Document.
The variable impl here references the DOMImplementation instance.
The DOM parser is namespace aware.
Assume no execution errors.
Currently there are no comments in this discussion, be the first to comment!