Hi, I need to make this script: I got 2 html files which use same template only some fields different and i need to get full xpath to those differences using PHP. 1st) <html><body><divclass="price">12,400</div><divclass="make">Acura</div> 2nd) <html><body><divclass="price">15,400</div><divclass="make">Bmw</div> So as you can see from example its the same template but price is different and make So PHP script suppose to show xpath (those results): //div[@class='price'] //div[@class='make'] Script needs to find difference in 2 files and get xpath to that difference, obviously template is unknown and every time could be different PM ME your skype with price for script if you can do that !