$xml.SelectNodes('//English') | sort `#text -u
# raw values
$xml.SelectNodes('//English') | % {$_.'#text'} | sort -u
--
Kiron
$xml.SelectNodes('//English') | sort `#text -u
# raw values
$xml.SelectNodes('//English') | % {$_.'#text'} | sort -u
--
Kiron
| Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Contact Sorting | Dave | Vista mail | 2 | 10 Sep 2009 |
| Sorting | Beaute | Vista mail | 2 | 12 May 2009 |
| sorting adresses | Lau | Vista General | 2 | 03 Jan 2009 |
| Sorting | Christopher | Live Mail | 1 | 01 May 2008 |
| Sorting (again) | Marco Shaw | PowerShell | 1 | 18 Nov 2006 |