Re: Testing the number of child elements

Subject: Re: Testing the number of child elements
From: Sebastian Rahtz <sebastian.rahtz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 10 Feb 2000 14:57:07 +0000 (GMT)
Emmanuel Pietriga writes:
 >     <xsl:when test="count(current()/child::*)=1">
won't just 

  count(*) = 1

do the same?

 > One of these entities is InvisibleTimes.  I know its unicode is E89E
 > So I've written <ENTITY InvisibleTimes "&#E89E;">, but XT tells me
 > "character not allowed"

you need an x, cos its hex: &#xE89E;

sebastian


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


Current Thread