|
Subject: [xsl] listing links in xsl? From: "james walker" <jameswalkerandy@xxxxxxxxxxx> Date: Wed, 17 Dec 2003 18:11:52 +0000 |
given this xml structure (there are many links inside root): <root> <link> <title>.......</title> <url>....</url> <description>.....s</description> </link> <root>
<xsl:template match="root"> <ul>
<xsl:for-each select="key('ndl-links', contains(url, '.ndl')=true)">
<xsl:variable name="urlink" select="url" />
<li>
<a href="$urlink"><xsl:value-of select="title" /></a>
<p><xsl:value-of select="description"/></p>
</li>
</xsl:for-each>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Re: stylesheet debug/dump, Michael Kay | Thread | [xsl] Re: listing links in xsl?, Dimitre Novatchev |
| RE: [xsl] Building html links in xm, Jackson Zettler | Date | Re: [xsl] Insert refs, David Carlisle |
| Month |