Re: [xsl] Selecting all specific children

Subject: Re: [xsl] Selecting all specific children
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Tue, 10 Jan 2012 23:12:34 +0000
Hi,

You haven't shown enough code to see where the problem is, post a
small complete runnable sample stylesheet.

cheers
andrew

On 10 January 2012 23:04, Mark <mark@xxxxxxxxxxxx> wrote:
> This code only selects the first 'Inscriptions' child in a <Stamp>. I
cannot
> see how to use a for-each in this case, if that is the correct thing to do,
> to apply the template match="Inscriptions" mode="English" to all the
> Inscriptions?
>
> <xsl:apply-templates select="//Inscriptions" mode="english"/>
>
> <Set>
> B  B  B  B  B <Motif concept="Art on Stamps"/>
> B  B  B  B  B <Stamp>
> B  B  B  B  B  B  B  B <CatNumbers scott-number="3478" pofis-number="661"/>
> B  B  B  B  B  B  B  B <Value kc-value="24"/>
> B  B  B  B  B  B  B  B <Inscriptions czech="Paris a Helena, kolem 1672"
eng="Helen
> and Paris, circa 1672"/>
> B  B  B  B  B  B  B  B <Inscriptions czech="Karel E krC)ta (1610-1674)"
eng="*"/>
> B  B  B  B  B  B  B  B <Inscriptions czech="NC!rodnC- Galerie v Praze"
eng="National
> Gallery, Prague"/>
> B  B  B  B  B  B  B  B <Formats minisheet="661"/>
> B  B  B  B  B  B  B  B <Location denomination="2"/>
> B  B  B  B  B </Stamp>
> </Set>
> Thanks,
> Mark
>



--
Andrew Welch
http://andrewjwelch.com

Current Thread