This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Testing the number of child elements


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]