| RE: Deleting Duplicate Elements2003-04-16 01:32:42
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
 
 |  | ||||||||||||||||