Knowing if a node has children2003-11-18 06:40:51Hi... 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
|
|