XML I10-002 Exam - Topic 6 Question 107 Discussion
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.
E) <output>
<report>
<date>2005-01-01</date>
<data><value>102</value></data>
<data><value>89</value></data>
<data><value>70</value></data>
</report>
</output>
A) <output>
<report/>
</output>
B) <output>
<report>
<date>2005-01-01</date>
</report>
</output>
C) <output>
<report>
<date>2005-01-01</date>
<value>102</value>
<value>89</value>
<value>70</value>
</report>
</output>
D) <output>
<report>
<!--This is a comment-->
<date>2005-01-01</date>
South Street, East Town
<value>102</value>
<value>89</value>
<value>70</value>
</report>
</output>
F) <output>
<report>
<!--This is a comment-->
<date>2005-01-01</date>
South Street, East Town
<data><value>102</value></data>
<data><value>89</value></data>
<data><value>70</value></data>
</report>
</output>
Joaquin
10 hours agoGary
6 days agoAlishia
11 days agoKasandra
16 days agoGeoffrey
21 days agoShalon
26 days ago