Possible Duplicate:
How to extract a node attribute from XML using PHP’s DOM Parser
I have HTML like this:
<tr class="calendar_row" data-eventid="48256">
...
</tr>
I just want to select the value or data-eventid
across the web page but I don't have any idea how to do it in xpath. Is it possible?