Multiple choice technology platforms and products

Which resource is used for XML to non-XML (& vice-versa)message transformation

  1. X-Query

  2. XSLT

  3. both A and B

  4. MFL Transform

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

MFL (Message Format Language) Transform in OSB is specifically designed for converting between XML and non-XML formats like binary files, COBOL copybooks, and fixed-length or delimited formats. XSLT and XQuery are transformation languages that only work with XML-to-XML conversions - they cannot handle non-XML formats. Therefore, MFL Transform is the correct resource for bidirectional XML to non-XML transformation.