9A0-410 Exam QuestionsBrowse all questions from this exam

9A0-410 Exam - Question 3


A developer must change the structure of the input xml before passing it on to the next service. As a best practice, how should this task be performed?

Show Answer
Correct Answer: AD

As a best practice, when changing the structure of an input XML, the task should be performed by writing an XSLT (Extensible Stylesheet Language Transformations). XSLT is specifically designed for transforming XML documents into other XML documents, or other formats such as HTML for web pages, plain text, or XSL Formatting Objects, which can then be converted to other formats such as PDF, PostScript and PNG. This method is efficient and maintains the structure and integrity of the XML data.

Discussion

2 comments
Sign in to comment
SrujanOption: A
Nov 22, 2019

Correct Ans - A

Nancy2055Option: A
Jun 21, 2020

A IS CORRET