C Cbud26 New member Jul 27, 2010 13 0 0 Chicago, IL www.searchenginechronicle.com Jul 11, 2011 #1 I know Google publishes ping activity as an xml...Is there any way to customize this url to look at the ping activity of a certain site? http://blogsearch.google.com/changes.xml
I know Google publishes ping activity as an xml...Is there any way to customize this url to look at the ping activity of a certain site? http://blogsearch.google.com/changes.xml
M mattseh import this Apr 6, 2009 5,504 72 0 A ~= A Jul 11, 2011 #2 yes. filter the data. regex or xpath will both work.
C Cbud26 New member Jul 27, 2010 13 0 0 Chicago, IL www.searchenginechronicle.com Jul 12, 2011 #3 Could you show me an example of xpath, I looked into it but couldn't find to much on constructing a url to pull the data. How would you pull all the ping data from WickedFire from: [SIZE=-1]http://blogsearch.google.com/changes.xml[/SIZE] using xpath
Could you show me an example of xpath, I looked into it but couldn't find to much on constructing a url to pull the data. How would you pull all the ping data from WickedFire from: [SIZE=-1]http://blogsearch.google.com/changes.xml[/SIZE] using xpath
dchuk Senior Botter Oct 30, 2008 7,044 224 0 San Diego,CA serpiq.com Jul 12, 2011 #4 you can't use query parameters (url stuff) like you want to. You need to download that entire xml file and then parse it locally to get your data.
you can't use query parameters (url stuff) like you want to. You need to download that entire xml file and then parse it locally to get your data.