Re: [xsl] problem with a example of the book Beginning xml and xpath transformation

Subject: Re: [xsl] problem with a example of the book Beginning xml and xpath transformation
From: Michel Hendriksen <michel.hendriksen@xxxxx>
Date: Mon, 12 Dec 2011 15:56:51 +0100
And speak Dutch in an English speaking list....

On Sat, Dec 10, 2011 at 6:40 PM, Roelof Wobben <rwobben@xxxxxxxxxxx> wrote:
>
> Dank je.
>
> Soms zit je blijkbaar zo lang naar iets te kijken, dat je het niet meer
ziet.
>
>
>
> Roelof
>
>
>
> ----------------------------------------
>> Date: Sat, 10 Dec 2011 16:08:09 +0100
>> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>> From: geert@xxxxxxxxxxxxxxxxxxx
>> Subject: Re: [xsl] problem with a example of the book Beginning xml and
xpath transformation
>>
>> At 15:59 10/12/2011, you wrote:
>> > <xsl:apply-templates select="body/reference" />
>> >
>>
>> reference is not a child of body but the other way round
>>
>> <xsl:apply-templates select="reference/body/title" />
>>
>> seems what you need

Current Thread