I have a client that only wants to display their latest blog entry on the home page. I created the xsl stylesheet that works for it in FF & IE (not sure why I think that would matter).
So I inserted the xml/xsl module (version 04.03.04 ) and it will not display ther first item. It's a TypePad.com web blog.
I'm using:
[xsl:if test="position() = 1"]
[/xsl:if]
If I remove the if statement - All entries are displayed except the first (most recent).
I have caching set to 0 for the module. I've cleared the cache for the site. I even removed ALL CACHING on the site - and it still only displays the second record.
Any ideas?