Multiple choice technology platforms and products

For large payloads, which is the better resource to be used for message transformation

  1. XSLT

  2. Xquery

  3. Any of the above

  4. None of the above

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

For large payload transformations in OSB, XQuery is generally preferred over XSLT due to better performance and memory efficiency. XSLT works well for smaller documents but can be resource-intensive for large payloads. XQuery is optimized for XML processing at scale.