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
B Correct answer
Explanation

XSLT (Extensible Stylesheet Language Transformations) is the standard technology for transforming XML to non-XML formats (like JSON, CSV, plain text) and vice versa in OSB. X-Query is not a standard transformation technology, and MFL is for fixed-length flat file formats, not general XML conversion.