Question
7
Replies
1678
Views
Posted: November 9, 2017
Last activity: November 9, 2017
Closed
Solved
How to form xml in activity?
Hi Team,
I have a pagelist , i have to iterate on it and form xml for each page . Can you please help?
Regards
Pavani
Hi Pavani,
You can use getXML method to get the xml string from the clipboardpage as follows:
ClipboardPage cp = tools.findPage("PageListPage");
String xml = cp.getXML(.pxResults);
This way you can get the xml for the page list or you can also try to get the xml string for each page.
Regards
Mahesh