xsl-list
[Top] [All Lists]

Re: [xsl] Print parent text

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

-- Abel


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

<Prev in Thread] Current Thread [Next in Thread>