nerdexam
IBM

C9530-001 · Question #116

Which statement about the XSLTransform node is true?

The correct answer is D. The XSLTransform node can sort the data using the rules defined in the XSLT style sheet. Use the XSLTransform node (formerly known as the XMLTransformation node) to transform an input XML message into another format using XSLT style sheets and to set the message domain, message set, message type, and message format for the generated message. It is imperative that…

Development of Message Transformations

Question

Which statement about the XSLTransform node is true?

Options

  • AThe output of an XSLTransform node is always structured in XML.
  • BThe XSLTransform node can transform a binary input message into an XML message.
  • CIn the XSLTransform node, external functions can be called to enrich the transformation.
  • DThe XSLTransform node can sort the data using the rules defined in the XSLT style sheet.

How the community answered

(65 responses)
  • A
    8% (5)
  • B
    14% (9)
  • C
    3% (2)
  • D
    75% (49)

Explanation

Use the XSLTransform node (formerly known as the XMLTransformation node) to transform an input XML message into another format using XSLT style sheets and to set the message domain, message set, message type, and message format for the generated message. It is imperative that the data can be parsed into an XML message. The style sheet, using the rules that are defined in it, can perform the following actions: Select data elements to include or exclude based on some criteria Transform the data into another format Incorrect Answers: B: Use the XSLTransform node to transform an XML message to another form of message.

Topics

#XSLTransform node#XSLT#data sorting#message transformation

Community Discussion

No community discussion yet for this question.

Full C9530-001 Practice