xsl-list
[Top] [All Lists]

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

2011-12-10 09:08:25
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>
--~--