RE: [xsl] Creating then using elements from xml table <row><entry > content?

Subject: RE: [xsl] Creating then using elements from xml table <row><entry > content?
From: "Kathy Burke" <Kathy_Burke@xxxxxxxxx>
Date: Wed, 29 Oct 2003 17:35:40 -0500
A bit of the "big brother is watching" feel to that "since your first post
to the list in april".

But your "suggestion" to look at the FAQ more often is on target...will do.
I must have missed this reply to the other hundred people asking the
question!

Kathy

-----Original Message-----
From: J.Pietschmann [mailto:j3322ptm@xxxxxxxx]
Sent: Wednesday, October 29, 2003 5:06 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Creating then using elements from xml table
<row><entry > content?


Kathy Burke wrote:
> Within a table/row <entry> there can also be a <link> element. When I use
> <xsl:value-of select='entry[1]'/> etc., I dont' get the nested <link>
> element so my link template doesn't get applied. Any clues?

FAQ. VFAQ, actually. The xsl:value-of retrieves the string value
of the selected element. If you want templates to be applied, use
  <xsl:apply-templates select="entry[1]"/>

BTW since your first post to the list in april this was asked and
answered more than hundred times. The XSL FAQ has some entries for
this topic too.

J.Pietschmann



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread