IBM
A2060-218 · Question #61
A developer needs to copy the contents of the Primary Document to Process Data before completing a subsequent step. How can this be accomplished?
The correct answer is D. <assign to="MyTempDocument" from="DocToDOM(PrimaryDocument)"></assign>. See the full explanation below for the reasoning.
Question
A developer needs to copy the contents of the Primary Document to Process Data before completing a subsequent step. How can this be accomplished?
Options
- A<assign to="MyTempDocument" from="PrimaryDocument"></assign>
- B<assign to="MyTempDocument">DocToDOM(PrimaryDocument)</assign>
- C<assign to="MyTempDocument" from="PrimaryDocument.document()"></assign>
- D<assign to="MyTempDocument" from="DocToDOM(PrimaryDocument)"></assign>
How the community answered
(34 responses)- A15% (5)
- B3% (1)
- C6% (2)
- D76% (26)
Community Discussion
No community discussion yet for this question.