Open mikaelsand opened 8 years ago
Adding @rarayudu and @jaakhter
Consumption logic app provides the dropdown for 'Apply XSLT output attributes'. But , I have observed this behavior with Standard Logic apps also. The main difference between Consumption and Standard logic apps is that the Standard logic app is not providing the dropdown for 'Applying XSLT Output attributes' to the 'Transform XML' action. The only way to achieve this is to a. add the Omit XML declaration in XSLT b. Add "transformOptions": "applyXsltOutputAttributes" in the after 'map' block in the standard logic app workflow json code.
I tested this and it works superfine.
201-logic-app-transform-function
Issue Details
Functionality for transformation seems to add an XML declaration. I have tried:
Here is part of the XSLT: