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>
--~--