Free I10-002 Exam Braindumps (page: 8)

Page 7 of 21

Select which of the following correctly describes the DOM (Level 2) tree after parsing the "XML Document."
Note that "&" is a character reference described as "&#x26".
[XML Document]
<data>&lt;contents&#x26;</data>

  1. The data element (Element) value (nodeValue) is "<contents&"
  2. The data element (Element) child node is a text node (Text) having a value (nodeValue) of "&lt;contents&#x26;"
  3. There are three child nodes for the data element (Element)
  4. There is no method to know that "&" was a character reference once the DOM tree has been built

Answer(s): D



Which of the following correctly describes a data binding tool that maps XML data and programming objects?

  1. A data binding tool implements W3C XML data binding
  2. There are several data binding tools, but none of these tools can handle XML namespaces
  3. There are several data binding tools, with different tools suited for different schema languages
  4. There are several data binding tools, but as long as the same programming language is used, all method names and arguments lists for XML operations are the same for every tool

Answer(s): C



Push the Exhibit Button to load the referenced "XML Document" and "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". Note that the XSLT processor can output transformation results as a document. Line feeds and indents are not reflected.

  1. <output>
    <report/>
    </output>
  2. <output>
    <report>
    <date>2005-01-01</date>
    </report>
    </output>
  3. <output>
    <report>
    <date>2005-01-01</date>
    <value>102</value>
    <value>89</value>
    <value>70</value>
    </report>
    </output>
  4. <output>
    <report>
    <!--This is a comment-->
    <date>2005-01-01</date>
    <place>South Street, East Town</place>
    <value>102</value>
    <value>89</value>
    <value>70</value>
    </report>
    </output>
  5. <output>
    <report>
    <date>2005-01-01</date>
    <data><value>102</value></data>
    <data><value>89</value></data>
    <data><value>70</value></data>
    </report>
    </output>
  6. <output>
    <report>
    <!--This is a comment-->
    <date>2005-01-01</date>
    <place>South Street, East Town</place>
    <data><value>102</value></data>
    <data><value>89</value></data>
    <data><value>70</value></data>
    </report>
    </output>

Answer(s): E



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.

  1. 0
  2. 1
  3. 01
  4. 12
  5. 012
  6. 123

Answer(s): D






Post your Comments and Discuss XML Master I10-002 exam with other Community members:

I10-002 Exam Discussions & Posts