|
Subject: Re: [xsl] XSL Transformation Question From: "J.Pietschmann" <j3322ptm@xxxxxxxx> Date: Fri, 20 Feb 2004 20:42:40 +0100 |
...I have a rss feed I am trying to transform, but it will not read the img and a tags from within the description of each item.
<xsl:template match="item">
<li>
<div class="itemTitle"><a href="{link}"
title="{title}"><xsl:value-of select="title" /></a></div>
<div class="itemDescription"><xsl:apply-templates
select="img" />
The img and a elements are nested in a description element. Your code selects img and a elements which are immediate children of the item element. I suspect you should just try <xsl:apply-templates/> there.
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] XSL Transformation Questi, Eric Fleming | Thread | Re: [xsl] XSL Transformation Questi, Wendell Piez |
| Re: [xsl] #Please Help: Nested cond, G. Ken Holman | Date | [xsl] code review, Theresa Devine |
| Month |