XML I10-002 Exam - Topic 9 Question 50 Discussion
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:00WAITING2004-07-01 16:00WAITINGAssume 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.
C) <List xmlns='urn:xmlmaster:LIST'>
<Worker xmlns='urn:xmlmaster:WORKER' Name='Jim Worker'/>
<Activity xmlns='urn:xmlmaster:VISIT' Code='0003'>
<DateTime>2004-07-01 16:00</DateTime>
<Job Procedure='Clean air conditioner' Time='2'/>
<Status>WAITING</Status>
</Activity>
</List>
A) <List xmlns='urn:xmlmaster:LIST'>
<Activity xmlns='urn:xmlmaster:VISIT' Code='0003'>
<DateTime>2004-07-01 16:00</DateTime>
<Job Procedure='Clean air conditioner' Time='2'/>
<Status>WAITING</Status>
</Activity>
</List>
B) <List xmlns='urn:xmlmaster:LIST'>
<VisitList>
<Activity xmlns='urn:xmlmaster:VISIT' Code='0003'>
<DateTime>2004-07-01 16:00</DateTime>
<Job Procedure='Clean air conditioner' Time='2'/>
<Status>WAITING</Status>
</Activity>
</VisitList>
</List>
D) <List xmlns='urn:xmlmaster:LIST'>
<Worker xmlns='urn:xmlmaster:WORKER' Name='Jim Worker'/>
<VisitList>
<Activity xmlns='urn:xmlmaster:VISIT' Code='0003'>
<DateTime>2004-07-01 16:00</DateTime>
<Job Procedure='Clean air conditioner' Time='2'/>
<Status>WAITING</Status>
</Activity>
</VisitList>
</List>
Gabriele
7 months agoNina
7 months agoNicolette
7 months agoVelda
8 months agoCraig
8 months agoOna
8 months agoRosio
8 months agoRebecka
8 months agoJeniffer
8 months agoFelix
8 months agoTamekia
8 months agoNathan
8 months ago