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
10 months agoNina
10 months agoNicolette
10 months agoVelda
11 months agoCraig
11 months agoOna
11 months agoRosio
11 months agoRebecka
11 months agoJeniffer
11 months agoFelix
11 months agoTamekia
11 months agoNathan
11 months ago