Windows Vista Forums

RE: Sorting XML
  1. #1


    Kiron Guest

    RE: Sorting XML

    $xml.SelectNodes('//English') | sort `#text -u
    # raw values
    $xml.SelectNodes('//English') | % {$_.'#text'} | sort -u



    --
    Kiron

      My System SpecsSystem Spec

  2. #2


    Kiron Guest

    Re: Sorting XML

    Glad to help.

    --
    Kiron

      My System SpecsSystem Spec

RE: Sorting XML problems?

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