|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] select text nodes within a loop
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






