I10-002 試験問題を無料オンラインアクセス
試験コード: | I10-002 |
試験名称: | XML Master: Professional V2 |
認定資格: | XML Master |
無料問題数: | 80 |
更新日: | 2025-08-23 |
Which of the following is clearly an unnecessary step in procedures to create digital signature via XML-Signature?
Push the Exhibit Button to load the referenced "testml.xsd". Assume that "testml.xsd" is defined. Without rewriting this XML Schema Document ("testml.xsd"), create a new, separate XML Schema Document to partially change the schema definition replacing the phone element with a cellPhone element. As a result, the following "XML Document" will be valid against the new schema. Which of the following correctly describes the new XML Schema Document?
Assume that the XML parser correctly processes the XML Schema schemaLocation attribute.
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.
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.