Re: [xsl] XSLT if sentence

Subject: Re: [xsl] XSLT if sentence
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 5 May 2005 14:20:13 +0100
<xsl:if test="opml/body/outline">
<ul>
	<xsl:for-each select="opml/body/outline">
		<li id="{@url}"><a href="/{@url}"><xsl:value-of select="@title" /></a></li>
	</xsl:for-each>
	</ul>
</xsl:if>

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread