Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
6 subscribers
Views
1752 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi, I receive the below string(which is an xml) and looking to format the mess
senthilvg
over 11 years ago
Hi, I receive the below string(which is an xml) and looking to format the message and show it in a proper structure. Am not able to find any expression function to support the formatting of teh xml string. Please let me know if any options avaiable to do it.<?xml version="1.0" encoding="UTF-8"?> <instrument> <ns1:instrumentId xmlns:ns1="
appianmessageobject.domain/.../ns1:instrumentId>
<ns2:instrumentBasic xmlns:ns2="
appianmessageobject.domain.intrepid.fmrco.com/dto">
<ns2:instrumentId>572</ns2:instrumentId> <ns2:instrumentClass>S</ns2:instrumentClass> <ns2:instrumentType>HYBR</ns2:instrumentType> <ns2:faceAmount>0</ns2:faceAmount> <ns2:originalIssueAmount>0</ns2:originalIssueAmount> <ns2:issueLengthNbr>0</ns2:issueLengthNbr> </ns2:instrumentBasic> </instrument>Thanks,Senthil....
OriginalPostID-105253
OriginalPostID-105253
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 11 years ago
Here's one example you could use to make it a custom function
stackoverflow.com/.../how-to-pretty-print-xml-from-java
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 11 years ago
Here's one example you could use to make it a custom function
stackoverflow.com/.../how-to-pretty-print-xml-from-java
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data