Hello guys,
i am using Xpath query for selecting all h1 tags in one webpage, i use LibXml 2.2
i have used these queries :
but still it does not work!
what is the problem here ?
i am using Xpath query for selecting all h1 tags in one webpage, i use LibXml 2.2
i have used these queries :
Code:
//html/body/h1/text()
Code:
//h:h1
but still it does not work!
what is the problem here ?