TobyInkster.co.uk
Articles Tagged with “Xml”
20/07/2007: Parsing an HTML Table with PEAR’s XML_HTMLSax3
Here’s an example of how to parse an HTML table into an array using the PEAR module XML_HTMLSax3. It supports the <tr>, <td> and <th> elements and the rowspan and colspan attributes…