I am trying to grab all TR elements that have a TD child with a width value of 49%
I would think this would work:
$xpath->query("//tr/td[@width='49%']")
but that grabs all the TD's
i tried googling around for an example but it's tough to find anything beyond the basics
thanks