I discovered your module and it’s JUST what I need. I have one problem, and I’m not sure if this is something I’m overlooking or if it’s something the module doesn’t support.
Here’s an example of the xml data I’m trying to parse:
<item>
<Description>COSBY SHOW: SEASON 4, THE Video</Description>
<Title>COSBY SHOW: SEASON 4, THE</Title>
<Rating>Not Rated</Rating>
<Genre>Comedy</Genre>
</item>
I’m trying to filter out anything that’s NOT rated PG or G. I tried this conditional:
{if item_Rating == "PG"}{item_Title}{/if}
That type of conditional doesn’t seem to work. Is it possible to do more with this module than just check for the existence of an element?
Thanks for the help and the great module!