xsl-list
[Top] [All Lists]

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

2011-12-10 11:40:15

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(_at_)lists(_dot_)mulberrytech(_dot_)com
From: geert(_at_)gbormans(_dot_)telenet(_dot_)be
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



--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--
                                        
--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--