Re: [xsl] Displaying Text Nodes

Subject: Re: [xsl] Displaying Text Nodes
From: siarom egrub <egrubs@xxxxxxxxx>
Date: Wed, 4 Mar 2009 12:39:33 -0800 (PST)
Thank you very much for your help and response. For some reason the
text/character within <superscript> doesn't display.

Current output: Access Ultrasensitive ESTRADIOL QC

Required Output: Access. Ultrasensitive ESTRADIOL QC

Thanks again,
S. Egrub

--- On Wed, 3/4/09, Christopher R. Maden <crism@xxxxxxxxx> wrote:

> From: Christopher R. Maden <crism@xxxxxxxxx>
> Subject: Re: [xsl] Displaying Text Nodes
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Date: Wednesday, March 4, 2009, 3:10 PM
> 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