Re: selecting a node without its children

Subject: Re: selecting a node without its children
From: Steve Tinney <stinney@xxxxxxxxxxxxx>
Date: Wed, 29 Mar 2000 20:05:25 -0500
> figure out how to select just the text of a node without including that
> node's children. Microsoft provides a text() method to accomplish this, can
> anyone help me with an alternative that will work with Xalan? Thanks.

  <xsl:apply-templates select="text()"/>

should do what you want.

 Steve


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


Current Thread