Every time i try to use this API, it always comes back with NULL responses when I try to scrape a website. Why does it do that?
The most common error is forgetting to disable the check_plain() checks by specifying FALSE as the last argument of the function call:
What are the Advantages of using the Parsing API
The parsing API functions make it stupidly easy to do complex parsing tasks that are normally a pain to code with PHP. Drupal doesnt even
What are the limitations of the Parsing API?
I cant think of any limitations at all. If it's text/html/whatever, it can be parsed. If anyone has some thoughts on limitations, feel
What is the difference between the Drupal 6 and Drupal 5 Versions of the Parsing API?
Absolutely nothing. The only difference is the .info file. Actually, there is 1 other difference. At the top of the D6 version there is a