Subject: Re: [xsl] Fwd: xsl:key() and $variables. From: "M. David Peterson" <m.david@xxxxxxxxxx> Date: Fri, 21 Jul 2006 22:40:16 -0600 |
[From your sample] <activity neccesary="yes">Writing</activity>
---------- Forwarded message ---------- From: Steve <subsume@xxxxxxxxx> Date: Jul 20, 2006 3:41 PM Subject: xsl:key() and $variables. To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
I have a variable containing
<Records> <Record> <activity>Baseball</ <hours>36</ <Record> <activity>Shopping</ <hours>39</ <Record> <activity>Writing</ <hours>3</ ......etc (yes, I know they're not closed.)
and some xml (document('../blah.xml') containing...
<activities> <activity neccesary="no">Baseball</ <activity neccesary="no">Shopping</ <activity neccesary="yes">Writing</
..............
How do I <xsl:apply-templates select="$variable/Records/Record[1]" /> only those records which are neccesary="yes" ?
I swear one of these posts I'll have xsl:key figured out.
-Steve
-- /M:D
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Fwd: xsl:key() and $varia, Wendell Piez | Thread | Re: [xsl] Fwd: xsl:key() and $varia, Steve |
Re: [xsl] xsl:key() and $variables., G. Ken Holman | Date | Re: [xsl] xsl:key() and $variables., M. David Peterson |
Month |