Which statement about the XSLTransform node is true?

Posted by: Pdfprep Category: C9530-001 Tags: , ,

Which statement about the XSLTransform node is true?
A . The output of an XSLTransform node is always structured in XM
C . The XSLTransform node can transform a binary input message into an XML message.
D . In the XSLTransform node, external functions can be called to enrich the transformation.
E . The XSLTransform node can sort the data using the rules defined in the XSLT style sheet.

Answer: D

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:

– Sort the data

– 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.

References: https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/ ac34058_.htm

Leave a Reply

Your email address will not be published.