Hi
Is there a descent way of parsing HTML formatted text using PHP?
Something that works like the expat XML parser would be wonderful, but anything even close will suffice. Does anyone have any clues on this? Any help is greatly appreciated!
XHTML should be work though expat. Because HTML can be poorly formatted, I suspect you won't find exactly what you're looking for....too many variations on bad html.
Good examples: <tr><td>stuff <td>more stuff </tr>
Howdya parce that?
I am working on exactly that. I am in the process of debuging it right now.