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 "XML Document" using the "XSLT Style Sheet".
[XSLT Style Sheet]
Note that the XSLT processor can output transformation results as a document. Line feeds and indents are not reflected.
[XML Document]
89
70
Answer : B
Under the SAX specification, which of the following is a method for determining whether to validate a document with the SAX parser?
Answer : A
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 correctly describes the output results (print and/or println method output)?
Although the expected processing result is choice "A", processing may not occur as expected.
[DOM Processing] Process XML using the following method. printXML( doc ); The variable doc here references the Document instance of the loaded XML Document. The DOM parser is namespace aware.
Assume no execution errors.
Answer : B
Which of the following correctly describes a node included in the DOM (Level 2) tree after parsing the following "XML Document"? (Multiple answers possible. Select four.)
Answer : B, C, D, F
Select which of the following DOM (Level 2) nodes does not hold a value (returns "null"). (Multiple answers possible. Select two.)
Answer : C, D
Which of the following describes the most correct call order of the ContentHandler interface methods when parsing the following "XML Document" using a non-validating SAX parser? This question reflects line feeds within the XML document.
[XML Document]
c
Answer : A
Which of the following is a correct SOAP (SOAP 1.1) message according to the WSDL (WSDL 1.1) definition?

Answer : C