|
Subject: [xsl] xsl:key match all values From: Karl Stubsjoen <kstubs@xxxxxxxxx> Date: Mon, 28 Mar 2005 11:41:54 -0700 |
Hello,
How do you setup a key that simply matches all child elements from the
match? Given:
<AAA>
<BBB t="1">
<CCC s = "1"/>
<CCC s = "2"/>
<CCC s = "3"/>
<CCC s = "4"/>
<CCC s = "5"/>
<CCC s = "6"/>
</BBB>
<CCC>
<BBB r = "a"/>
<BBB r = "b"/>
<BBB r = "c"/>
</CCC>
<BBB/>
<BBB/>
</AAA>
I just want to return all child elements of BBB t='1'.
So results would be:
<CCC s = "1"/>
<CCC s = "2"/>
<CCC s = "3"/>
<CCC s = "4"/>
<CCC s = "5"/>
<CCC s = "6"/>
Karl
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] XSL transformation of ins, Emmanouil Batsis | Thread | Re: [xsl] xsl:key match all values, Wendell Piez |
| Re: Fwd: Re: [xsl] XSLT in JDK1.5 f, Kevin Rodgers | Date | Re: [xsl] xsl:key match all values, Wendell Piez |
| Month |