[xsl] Retrieving "included" from "excluded"

Subject: [xsl] Retrieving "included" from "excluded"
From: "alexandre bord" <alexandre.bord@xxxxxxxxxx>
Date: Mon, 24 Jun 2002 16:13:36 +0200
Hello,

Supppose I have an XML file like this :
<ExcludedFields>
<field name="foo" />
<field name="bar" />
</ExcludedFields>
<Fields>
<field name="foo" />
<field name="bar" />
<field name="foobar" />
</Fields>

and I only want to display "Foobar" (using fo, when matching excludedFields). How could I do that ?
Best regards
Alex



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



Current Thread