[xsl] Creating intermediate XML fragment

Subject: [xsl] Creating intermediate XML fragment
From: "alexandre bord" <alexandre.bord@xxxxxxxxxx>
Date: Wed, 18 Sep 2002 11:05:48 +0200
Hello !
Suppose my (piece of) xml looks like this :
<foobar name="fff" />
<foobar name="dddd" />
<bar name1="dddd" name2="xxx"/>
<bar name1="xxx" name2="yyy"
<foo name="yyy" />
<foo name="zzz" />

I'd like to output :
fff
dddd (once)
xxx (once)
(not 'yyy' nor 'zzz')
And i suppposed i could create an intermediate xml fragment and work on it to write names once ?


Thanx for your help
Alex


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



Current Thread