MSFN Forum: MSFN News Feed XSL transform - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

MSFN News Feed XSL transform Rate Topic: -----

#1 User is offline   wrECKster 

  • Group: Members
  • Posts: 1
  • Joined: 18-November 03

  Posted 18 November 2003 - 09:35 AM

Has anyone done an xsl transform on any of the news feed? :)

I think I must be doing something wrong in the xsl but not sure what?

XSL follow

<?xml version="1.0" encoding="utf-8" ?> 
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

<xsl:template match="/">
<table width="170" border="0" cellspacing="0" cellpadding="1">
 	 <xsl:for-each select="rss/channel/item">
        <tr>
          <td><a href="{link}"><xsl:value-of select="title"/></a></td>
        </tr>
	</xsl:for-each>
</table>
</xsl:template>
</xsl:stylesheet>



Thanks


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy