Conversation
Notices
-
another request for the lazy web -- anyone know an equivalent of the Python library "Beautiful Soup" for PHP? Would be lovely. . .
Tuesday, 29-Jul-08 22:27:03 UTC from web-
@kylemathews PHP5 comes with SimpleXML.... http://php.net/simplexml
-
@robloach true but Beautiful Soup is a pre-built screen scraping tool whereas SimpleXML requires more work and isn't as robust.
-
@kylemathews This is what I meant: http://drupalbin.com/2665
-
@robloach thanks, I'll check out your function. I haven't used simplexml so am a bit leary. Beautiful Soup just works for content scrapping.
-
@robloach so was hoping for something as easy as that. . . Thanks for your help!
-
@robloach here is the solution we came up with to the #drupal OG groups problem http://drupal.org/node/289003
-