Re: [xsl] newbie needs help

Subject: Re: [xsl] newbie needs help
From: "Abie Hamaoui" <ahama5@xxxxxxxxxxx>
Date: Fri, 12 Sep 2003 01:29:45 +0000
if the match="document" of the first template remains unqualified, wouldn't it still apply to documents w/o links, and therefore output the undesired output?

abie

> output xml to only contain documents that have links. How can the template
> below be changed to only output documents that contain links.


You could change that but simpler, add a new template that outputs
nothing if there are no links:

<xsl:template match="document[not(.//link)]"/>

David

_________________________________________________________________
Fast, faster, fastest: Upgrade to Cable or DSL today! https://broadband.msn.com



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



Current Thread