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
7 replies
Subscribers
6 subscribers
Views
3344 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi, We're trying to fetch data from an html page where content is
skumar
over 9 years ago
Hi,
We're trying to fetch data from an html page where content is distributed under multiple tabs. We're using "Send HTTP Request" smart service for this purpose. Content that we receive as an output of this smart service consists of data from first tab only.
Is there a better way to get entire page content (from all tabs) and then extract data out of it using xpath ?
Thanks in advance,
Sandeep Kumar
OriginalPostID-192551
OriginalPostID-192551
Discussion posts and replies are publicly visible
Parents
0
skumar
over 9 years ago
We're using following code to extract title of active tab for which content is displayed in response body.
xpathsnippet(pv!responseBodyText, "//[id='tabs']//ul/li[@class='activated']/div/a/text()")
But unfortunately it throws an error saying "Error parsing xml..."
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
skumar
over 9 years ago
We're using following code to extract title of active tab for which content is displayed in response body.
xpathsnippet(pv!responseBodyText, "//[id='tabs']//ul/li[@class='activated']/div/a/text()")
But unfortunately it throws an error saying "Error parsing xml..."
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data