PHP ve XPath ile bir tek eleman al

1 Cevap php

Net ama bunların hiçbiri etrafında birçok dersler bana bu açıklayabiliriz:

Nasıl (örneğin bir tablo,) tek bir öğe seçerim, mutlak XPath'ı sahip?

Example: I have this:

/html/body/table/tbody/tr[2]/td[2]/table/tbody/tr/td/table[3]/tbody/tr/td/table/tbody/tr[3]/td/table/tbody/tr[4]/td[5]/span

What's that PHP function to get the text of that element?! Really I could not find an answer. Found lots of guides and hints to get all the elements of the table, all the buttons of a form, etc, but not what I need.

Teşekkür ederim.

1 Cevap

Bir DOM nesnesi haline size HTML belgenizi yükleyin sonra ondan bir DOMXPath nesne yapmak ve bu sorgu dizesi değerlendirmek edelim.

Hepsi burada detaylı bir şekilde tarif ediyor: http://php.net/manual/en/book.dom.php