RE: [xsl] Deleting Duplicate Elements

Subject: RE: [xsl] Deleting Duplicate Elements
From: "Jan Zavoral" <zavoral@xxxxxxxxxxx>
Date: Wed, 16 Apr 2003 10:32:42 +0200
Hello Wendell

Thanks for replying. Your template is working perfectly :-))

Cheers Jan



-------------------------------------------
<xsl:template match="nl">
     <xsl:if 
test="normalize-space(following-sibling::node()[1][self::text()]))">
       {\par }
     </xsl:if>
</xsl:template>
------------------------------------------


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


Current Thread