CSS selector issues & chrome plugin?

Hi Rene,

Feed Creator uses mostly CSS syntax for selectors, while Full-Text RSS is XPath based.

For a page like this, I’d take one of two approaches:

  1. Use the simple selection mode but strip out elements you don’t want
  2. Use the advanced selectors to make sure you’re only selecting the desired elements

For the first approach, here’s what I came up with:

For the second approach, try this:

Hope that’s some help.