Question: 1
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)?
Question: 2
Push the Exhibit Button to load the referenced "XML document".
[XML Document]
lmnop
Assume that the "XML Document" is changed to the "Results XML Document." Select which XSLT style sheet correctly performs the transformation. Note that the XSLT processor can output transformation results as a document.
[Results XML Document]
lmnop
Question: 3
Select which of the following correctly describes the message reception processing circumstances when a well-formed XML document has been sent/ received. [Transmission] Character encoding for the transmitted XML document is "UTF-16", and no XML declaration has been specified. The media type for transmission is set as "text/xml" without charset parameter. [Receipt] Implementation follows RFC3023 and XML 1.0. The receiving system first identifies the media type, and then processes the XML document. At the point that character encoding has been determined, an XML declaration (including encoding declaration) is appended automatically to the head of the received XML document.
Question: 4
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]
2005-01-01
South Street, East Town
102
89
70
A 2005-01-01,South Street# East Town,102,89,70
B 2005-01-01,South Street# East Town102,89,70
C 2005-01-01,#,102,89,70
D 2005-01-01,#102,89,70
Answer : A
Show Answer
Hide Answer
Question: 5
Which of the following is incorrect with respect to the subject of an XML-Signature?