I10-002 무료 덤프문제 온라인 액세스
| 시험코드: | I10-002 |
| 시험이름: | XML Master: Professional V2 |
| 인증사: | XML Master |
| 무료 덤프 문항수: | 80 |
| 업로드 날짜: | 2026-08-20 |
Push the Exhibit Button to load the referenced "XML Document". Create an XML Schema Document for "XML Document". The definitions of this XML Schema Document require that the value of the level attribute of the record element must be singularly unique within the XML document, and further, that the level attribute of the scenario element must reference the value of the level attribute of the record element. Select which of the following correctly describes what should be written in " XML Schema " document (1).
Push the Exhibit Button to load the referenced "XML Document," and process XML using "DOM Processing".
[XML Document]
<doc><content>Today's<bold>"hot"</bold>news</content></doc>
Select which of the following is the most appropriate expression of the results under XML 1.0.
[DOM Processing]
Process XML using the following method.
Document output = updateXML( doc );
The variable doc here references the Document instance of the loaded XML Document.
Assume no execution errors.
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 "application/xml" without char set 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.
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]
<root><data>lmnop</data></root>
Note that the XSLT processor can output transformation results as a document. Line feeds and indents are not reflected.