http://qs321.pair.com?node_id=1053238


in reply to Re^4: Sort xml nodes by schema
in thread Sort xml nodes by schema

just an idea:
code_ref => 'linux_3.2.40_13q3_uni' should look like -> code_ref => ['linux_3.2.40_13q3_uni']

for that you have to do something like this:
${${$hash{'image'}}{'linux_axp_lpae'}}{'code_ref'}=@{'linux_3.2.40_13q_uni'};

$perlig =~ s/pec/cep/g if 'errors expected';

Replies are listed 'Best First'.
Re^6: Sort xml nodes by schema
by laozi (Novice) on Sep 11, 2013 at 06:32 UTC

    it does the job

    i searched a bit and i am surprised there is no option for XMLout that does this

    Thanks again