Thanks for your help, but that doesn't do the trick. Here's what my XML
looks like:
<task>
<author>Scott Zarecor</author>
<date>03/27/00</date>
The text of the task would go here...
</task>
Using '<xsl:apply-templates select="text()"/>' and other variations upon the
'text()'-theme (with Xalan) returns the contents of the child nodes as well
as the text I'm actually after. Any ideas?
~Scott
-----Original Message-----
From: Steve Tinney [mailto:stinney@xxxxxxxxxxxxx]
Sent: Wednesday, March 29, 2000 8:05 PM
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: Re: selecting a node without its children
> 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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|