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: Geert Bormans <geert@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 10 Dec 2011 16:08:09 +0100
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