0

Is there a way to pull quotes from wikiquote via feed/rss? The usage would be for a quote generator. I've checked the source and the link to the feed does not work. It's hard to search for because I keep getting search results defining RSS and Feed through wikipedia.

Nemo
  • 2,441
  • 2
  • 29
  • 63
Dan
  • 3,338
  • 5
  • 36
  • 58

1 Answers1

1

PHP Simple HTML DOM Parser does this trick! http://simplehtmldom.sourceforge.net/

Dan
  • 3,338
  • 5
  • 36
  • 58