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
8 replies
Subscribers
9 subscribers
Views
4069 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi All, I am trying to get xml data using xpathdocument(), The xml do
Venu
over 9 years ago
Hi All,
I am trying to get xml data using xpathdocument(), The xml document is saved in Appian(As attachment).
xml document contains attribute xmlns="
http://www.adatum.com"
at the root element. with out this attribute I can get the xml data. what could be the possible xpath expression.
xpathdocument(ri!doc,"//Tests")
Thanks.
testXml.xml
OriginalPostID-184414
OriginalPostID-184414
Discussion posts and replies are publicly visible
Top Replies
Venu
over 9 years ago
+1
Below is the code and attaching XML load( a!paragraphField( value:torecord(xpathdocument(95893,"/root/data"),ri!test), height:"TALL" ) ) here ri!test is the input to the interface of custom type (CDT Array…
Parents
0
Venu
over 9 years ago
Below is the code and attaching XML
load(
a!paragraphField(
value:torecord(xpathdocument(95893,"/root/data"),ri!test),
height:"TALL"
)
)
here ri!test is the input to the interface of custom type (CDT Array)
newxml.xml
Cancel
Vote Up
+1
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Venu
over 9 years ago
Below is the code and attaching XML
load(
a!paragraphField(
value:torecord(xpathdocument(95893,"/root/data"),ri!test),
height:"TALL"
)
)
here ri!test is the input to the interface of custom type (CDT Array)
newxml.xml
Cancel
Vote Up
+1
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data