[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

select text nodes within a loop


Subject: select text nodes within a loop
From: "xsl list" <xsl_list@xxxxxxxxxxx>
Date: Wed, 30 Aug 2000 09:50:23 EDT

I am looping through a list of text() and comment() nodes and would like to treat them differently but in accordance to there position in the XML file. How can I test is a node is a text or comment node?

<xsl:for-each select="text()|comment()">
	<xsl:if test="EXPRESSION TO TEST IF THIS IS A TEXT() NODE">
	</xsl:if>
</xsl:xsl:for-each>
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at http://profiles.msn.com.


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




Current Thread
Keywords
xml