I wrote:
Use <xsl:apply-templates/> instead.
I realized as soon as I hit Send that this is ambiguous. I meant to use
the apply-templates instruction with the same select pattern:
<xsl:apply-templates select="text()[not(preceding-sibling::br)] "/>
~Chris
--~------------------------------------------------------------------
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>
--~--