S90-02A · Question #61
XSLT is a technology that is primarily used to address _____________________ . Select the correct answer.
The correct answer is B. data model transformation requirements (such as when similar data based on different XML. XSLT (Extensible Stylesheet Language Transformations) is purpose-built to transform XML documents from one structure or schema into another - making option B correct, as its primary role is converting data modeled in one XML format into a compatible but differently structured…
Question
XSLT is a technology that is primarily used to address _____________________ . Select the correct answer.
Options
- Atechnology protocol bridging requirements (such as when .NET and Java components need to
- Bdata model transformation requirements (such as when similar data based on different XML
- Clayer transformation requirements (such as when data located in different architectural layers
- Dservice transformation requirements (such as when two versions of the same service exist)
How the community answered
(36 responses)- B92% (33)
- C3% (1)
- D6% (2)
Explanation
XSLT (Extensible Stylesheet Language Transformations) is purpose-built to transform XML documents from one structure or schema into another - making option B correct, as its primary role is converting data modeled in one XML format into a compatible but differently structured XML (or other) format.
Option A is wrong because bridging technology protocols between platforms like .NET and Java is the job of middleware or message brokers (e.g., ESB), not XSLT. Option C is wrong because transforming data across architectural layers (e.g., presentation to business logic) is a software architecture concern addressed by design patterns, not a stylesheet language. Option D is wrong because managing multiple versions of a service is handled by API gateways or versioning strategies - while XSLT could assist in adapting message payloads, it is not the primary tool for service version management.
Memory tip: Break down the acronym - XSLT stands for Extensible Stylesheet Language Transformations, and the key word is Transformations. Whenever you see "XML data in one shape needs to become XML data in another shape," think XSLT.
Topics
Community Discussion
No community discussion yet for this question.