This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Creating intermediate XML fragment


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]