View Single Post
Old 07-21-2020, 11:50 AM   #465
kcar181
Member
kcar181 began at the beginning.
 
kcar181's Avatar
 
Posts: 15
Karma: 10
Join Date: Jul 2020
Device: none
Hi guys Im trying to figure out a custom webpage

http://www.worldswithoutend.com

I figured some of it out but ive never used xpath before. Titles are fine but all the authors are adding combined. "Bob & Sue & Lee" instead of:
Bob
Sue
Lee



//*[@id="reportlist"]
.//p[@class="title"]/a/text()
.//p[@class="author"]/a/text()

This is what im using for page:
https://www.worldswithoutend.com/lists_banned_sff.asp
kcar181 is offline   Reply With Quote