Re: [xsl] Displaying Text Nodes

Subject: Re: [xsl] Displaying Text Nodes
From: "Christopher R. Maden" <crism@xxxxxxxxx>
Date: Wed, 4 Mar 2009 12:10:23 -0800 (PST)
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

Current Thread