[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Print parent text


Subject: Re: [xsl] Print parent text
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Thu, 23 Aug 2007 20:57:19 +0200

Angela Williams wrote:
<xsl:template match="emphasis[parent::a]">
or, depending on your preferred coding style: <xsl:template match="a/emphasis" >... ;)

-- Abel


Current Thread