in reply to
Sort xml based on attribute
There is also
XML::Filter::Sort
and XSLT (via
XML::LibXSLT
. Complicated example of sorting with XSLT over on
use.perl
.
Comment on
Re: Sort xml based on attribute
In Section
Seekers of Perl Wisdom