I10-002 무료 덤프문제 온라인 액세스
| 시험코드: | I10-002 |
| 시험이름: | XML Master: Professional V2 |
| 인증사: | XML Master |
| 무료 덤프 문항수: | 80 |
| 업로드 날짜: | 2026-05-22 |
Push the Exhibit Button to load the referenced "XML Document".
[XML Document]
<TestML xmlns="urn:xmlmaster:testml">
<record level="1" data="100" />
<record level="2" data="250" />
</TestML>
Choose the XML Schema Document that does not correctly define the structure of the "XML Document".
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]
<report>
<date>2005-01-01</date>
<place>South Street, East Town</place>
<data>
<value>102</value>
<value>89</value>
<value>70</value>
</data>
</report>
Which of the following correctly describes the output results when performing an XSLT tranformation on the following "XML Document" using the "XSLT Style Sheet" below? Note that the XSLT processor can output transformation results as a document.
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".
Assume that the XSLT processor can load "sample.xml" normally, and output transformation results as a document. Line feeds and indents are not reflected. Although the expected processing result is choice "E", processing may not occur as expected.
Push the Exhibit Button to load the referenced "XML Document". When processing the "XML Document" according to the method shown by "SAX Processing," which of the following correctly describes the output results (print and/or println method output)?
[XML Document]
2004-07-01
2004-07-01 09:00
Helen Edwards
2004-07-01 13:00
John Smith
Assume that the processed XML Document has no indents (ignorable white space such as line feeds, tabs, etc.).
[SAX Processing]
Use the following "ContentHandlerImpl" class, and parse the XML Document using SAX.
The SAX parser is namespace aware.
Assume no execution errors.