Very ugly, but hope this is the one you are looking for -
//div[contains(@class,"blogEntry")]/div[@class="post"]/concat(p[1]," ",p[2])
or
//div[contains(@class,"blogEntry")]/div[@class="post"]/string-join((p[1],p[2])," ")
Exit
Sometext someothertext Sometext someothertext
Arup Rakshit Sep 03 '13 at 21:25 2013-09-03 21:25
source share