Re: [xsl] Selecting text bisected by child nodes. -- SOLVED

Subject: Re: [xsl] Selecting text bisected by child nodes. -- SOLVED
From: "Mike Haarman" <mhaarman@xxxxxxxxxxxxxxxxxx>
Date: Tue, 22 Apr 2003 15:32:36 -0500
From: "Gan Uesli Starling" <alias@xxxxxxxxxxx>

> Answer:
> 
> Get left side of childe nodes with...
> 
> <xsl:value-of select="text()[1]"/>
> 
> ...and right side with...
> 
> <xsl:value-of select="text()[2]"/>
> 

At the cost of hard-coding your pattern into the stylesheet.

Mike

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread