RSS Element,demiblog Class,Language,Link,Title,Description channel,,en_GB,http://tobyinkster.co.uk/tag/xml/,"Articles Tagged with ""Xml""", item,B,en_GB,http://tobyinkster.co.uk/blog/2007/07/20/html-table-parsing/,"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…