Re: [xsl] Knowing if a node has children

Subject: Re: [xsl] Knowing if a node has children
From: "Emmanuil Batsis (Manos)" <mbatsis@xxxxxxxxxxx>
Date: Tue, 18 Nov 2003 15:37:41 +0200
test="not(child::node()) and not(@*)"


Jaime A Stuardo Bahamondes wrote:
Hi...

How can I test if a node has children? I have tested with:

<xsl:if test="count(child::*)">

<xsl:if test="child">

and others but everything didn't work

Thanks
Jaime

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



-- Manos Batsis

    _  __    __                    __
   / |/ /__ / /____ __ _ ___ _____/ /_
  /    / -_) __(_-</  ' Y _ `/ __/ __/
 /_/|_/\__/\__/___/_/_/_|_,_/_/  \__/

() ASCII ribbon campaign - against HTML email
/\                       - against Microsoft attachments

http://www.netsmart.gr
mbatsis at netsmart dot gr
(+30) 210 33 02 608
(+30) 210 33 02 658
http://forte.netsmart.gr/foaf/manos_foaf.rdf




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



Current Thread