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
1753 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
There's no out of the box function to give formatting to an XML.You can do some research online on available libraries that can help you achieve this and then with them build your custom function.
On the other hand if what you want is to extract information from that XML then take a look at the xpath*() functions at
forum.appian.com/.../Scripting_Functions
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 11 years ago
There's no out of the box function to give formatting to an XML.You can do some research online on available libraries that can help you achieve this and then with them build your custom function.
On the other hand if what you want is to extract information from that XML then take a look at the xpath*() functions at
forum.appian.com/.../Scripting_Functions
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data