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: Conflicting Node Values


Jeni Tennison writes:
 > 
 > <xsl:if test="generate-id(.) = generate-id(../ALIAS[1])">...</xsl:if>
 > 

or

 <xsl:if test="count(.|../ALIAS[1])=1">

as Mike Kay has taught us to say in our prayers?

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]