XSLT sheet to display blog postings with the Flexlistviewer
Ross Wilson sent me an XSLT sheet which you can use to display postings from a blog on any page in WSS v3 / MOSS using the Flexlistviewer for MOSS
Download it here: click
Ross included the following installation instructions:
A few tips on how it is used:
– param1 should contain the path to your blog minus the root path
For example: my blog is http://server/team/blog
Param1 should be team/blog (no proceeding or ending slashes)
– the view that you wish to display should include at least the following fields
ID, Title, body, Published Date, Post Category, Author, Attachments.
You should also use the view to limit the number of posts, or category of posts that you wish to appear, if you do not, every post will be displayed.
– Displaying attachments to the blog post (if this is even possible) is one of my goals for the future, and you will see a little code pertaining to attachments, but it can be ignored for now.
Great work Ross!