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 is Oracle Service Bus's specialized transformation facility for converting between XML and non-XML formats like flat files, EDI, COBOL copybook data. XSLT is for XML-to-XML transformations. XQuery is for querying XML documents, not format conversion.