- 0 minutes to read
XML to XML
In this XSLT based example, the Body part of a SOAP message is stripped from its' Envelope.
With Nodinite you can allow end-users to view message payload in other formats using one or more Stylesheets.
You can use this as an example to style any XML-based message into another XML message. This can be a very helpful feature to help you remove sensitive information from end-users.
XSLT
Use the following XSLT to transform the input XML to another XML format.
Input XML
The following data is an example of a SOAP message with an Envelope and a Body:
Output XML
If you apply the example XSLT on the Input XML, the following output is the result:
Next Step
Related Topics
- Transform the Alarm Plugin Object