[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: [XPath] Type of the first child

Subject: Re: [XPath] Type of the first child
From: Jörg Heinicke <joerg.heinicke@xxxxxx>
Date: Tue, 27 Nov 2001 16:44:19 +0100
xsl first child
Hi Julien,

I can't imagine, that your not(name(*[1])) should work, because you are testing whether the first element '*[1]' has a name or not - nothing about text-nodes. You have to test the first node(), not the first element.

My solution:

<xsl:if test="node()[1][self::text()]">
   <xsl:text>It's a text-node.</xsl:text>
</xsl:if>

or the other way around

<xsl:if test="node()[1][self::*]">
   <xsl:text>It's an element.</xsl:text>
</xsl:if>

Of course this should work in xsl:choose/xsl:when too.

Regards,

Joerg


Julien Quint wrote:


Hi all,

I have an XPath question, really. In a pattern, I want to take a different
action if the first child of my element is a text node or an element. I
wrote the following predicate, which is to be true if the first child is a
text node:

not(name(*[1]))

It seems to work, but is this correct? Is there a better way to write this?
Thanks -- Julien

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





--

System Development
VIRBUS AG
Fon +49(0)341-979-7411
Fax +49(0)341-979-7409
joerg.heinicke@xxxxxxxxx
www.virbus.de

Cocoon-Premiere - Virbus AG setzt bei ShoppingMall-Plattform "Lofex"
auf neueste XML-basierende Technologie
www.lofex.de


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



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.