how can i read this from the web eliment and add each item into a list of somesort so that wen a user clicks on a item it then creates another request to the same url but with the code from the category in the xml file ?
Ethan
unread,
Apr 30, 2015, 10:26:43 PM4/30/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mitappinv...@googlegroups.com
Hi,
Can you give us the url so that we can try?
In the meantime, you can try the event, "when Web1.GotText" and display the parameter, "responseContent"
Taifun
unread,
May 1, 2015, 9:57:30 AM5/1/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mitappinv...@googlegroups.com
use the Web.XmlDecode block to convert the result into a list of lists
then use the lookup in pairs block to extract the relevant part, in your case the categorys
now you can use a for each in list loop to loop through the list