RE: [xsl] List-block choose trouble with duplicates

Subject: RE: [xsl] List-block choose trouble with duplicates
From: "Norma Yeazell" <Nyeazell@xxxxxxxxx>
Date: Wed, 14 Jan 2004 13:46:25 -0500
Thanks David this is just what I needed. 

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of David
Carlisle
Sent: Wednesday, January 14, 2004 11:34 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] List-block choose trouble with duplicates


> if I apply-templates at the end I

Ypu don't want to apply templates to warning again so don't do
<xsl:apply-templates/> do <xsl:apply-templates select="para"/> or if
that is too restrictive <xsl:apply-templates select="*[not(self::warning
or self::caution or self::note or self::title)]"/>

--
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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



Confidentiality Notice
The information contained in this e-mail is confidential and intended for use only by the person(s) or organization listed in the address. If you have received this communication in error, please contact the sender at O'Neil & Associates, Inc., immediately. Any copying, dissemination, or distribution of this communication, other than by the intended recipient, is strictly prohibited.


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


Current Thread