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
3 replies
Subscribers
9 subscribers
Views
2466 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I am trying to use xpathsnippet(). I have the following XML response
aneeshv
over 12 years ago
I am trying to use xpathsnippet().
I have the following XML response from a REST WebService.
<ResponseStatus Code=0></ResponseStatus>
If I do xpathsnippet(//ResponseStatu/text()) , I will only get Code=0.
But what if I only want 0, how do I get that?
Any easy way to do it?...
OriginalPostID-62369
OriginalPostID-62369
Discussion posts and replies are publicly visible
Parents
0
aneeshv
over 12 years ago
Never mind..
Got the answer.
It is (//ResponseStatus/@Code for attributes
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
aneeshv
over 12 years ago
Never mind..
Got the answer.
It is (//ResponseStatus/@Code for attributes
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data