02-05-2008, 05:12 PM
|
#4 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
Using regular expressions isn't necessarily the best, or easiest, method of grabbing content from HTML pages. Another alternative might be to use the DOM classes, perhaps in conjunction with XPath, to grab the required parts of the HTML documents.
|
|
|
|