|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Obtaining a list of unique values
Given an XML file that contains a list of Items each having an attribute
Colour with its value,
is it possible to obtain a list of all unique colours of Items.
For example if XML looks something like this:
<Item name="item1">
<Field name="Colour">
<Value>Red</Value>
</Field>
</Item>
<Item name="item2">
<Field name="Colour">
<Value>Blue</Value>
</Field>
</Item>
<Item name="item3">
<Field name="Colour">
<Value>Red</Value>
</Field>
</Item>
Then I would like to obtain a list containg exactly two entries: Red, Blue
Thanks!
Sasa C.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








