Importxml Google Docs function with imgur

Newsguy

New Member
I am trying to use importxml with Google Doc to get a link from imgur along with its specific description. So far I can manage to get the links using //a@href but I cant figure out how to get the title and be able to remove the following \[code\]<p>*garbage*</p>\[/code\] out of the title.\[code\]<div id="imagelist"> <div class="posts"> <div id="HqcU3" class="post"> <a href="http://stackoverflow.com/gallery/HqcU3"> <img alt="" src="http://i.imgur.com/HqcU3b.jpg" title="Why I don't have any friends<p><span class='points-HqcU3'>1,202</span>&nbsp;<span class='points-text-HqcU3'>points</span> : 716,703 views</p>"/> </a>\[/code\]
 
Back
Top