[thelist] Xsl for each problems

fstorr fffrancis at fstorr.demon.co.uk
Wed Nov 20 17:19:01 CST 2002


You'll probably want something more like:

<xsl:template match="/CSID">
<html>
<head></head>
<body>
<h1>CSID page</h1>

<ul>
<xsl:for-each select="story">
     <li><xsl:value-of select="title"/></li>
</xsl:for-each>
</ul>

</body>
</html>
</xsl:template>

++++++++++++

Hi!

I tried both this and Mars' idea but neither worked...  Any more help
would be greatly appreciated.

Regards

Francis





More information about the thelist mailing list