Page 1 of 1

Extracting Unique values from same element

Posted: Tue Jul 13, 2010 11:48 pm
by mverho76
Hi,

I want to extract Unique values from one element name. How can i do this?

Here is some example code:

Code: Select all

<Houseproperties><PropertyData><OutdoorFurniture>Gartenmöbel und Grill</OutdoorFurniture></PropertyData></Houseproperties>
Thks!

Re: Extracting Unique values from same element

Posted: Wed Jul 14, 2010 9:53 am
by mverho76
Never mind a found the solution by using this function:

distinct-values(//Houseproperties/PropertyData/OutdoorFurniture)