Jump to content

XPath Query Not Returning Value


max_maggot

Recommended Posts

<div class="price-box">
   <span class="regular-price" id="product-price-13129" itemtype="http://schema.org/Offer" itemscope="" itemprop="offers">
       <span class="price" itemprop="price">$9.80</span> 
   </span>
</div>

Hi all,

In the above HTML code I am using the following xpath query to try and retrieve the price value ($9.80). I can't seem to get the query correct. Here is what I have come up with so far

$items[price] = $xpath->query("//div[@class='price-box']//span/[@class='regular-price']//span/[@class='price']")->item(0)->textContent; //Get and Set price

Any help or direction would be greatly appreciated.

 

 

Link to comment
https://forums.phpfreaks.com/topic/297378-xpath-query-not-returning-value/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.