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

Subject: Re: [xsl] List-block choose trouble with duplicates
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 14 Jan 2004 16:33:57 GMT
> 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


Current Thread