#!/usr/bin/perl use strict; use warnings; use XML::Twig; my $twig = XML::Twig->new(pretty_print => 'nice'); $twig->parse(\*DATA); foreach my $elt ($twig->get_xpath('//source')) { $elt->move( before => $elt->prev_sibling( 'pagesource')); } $twig->print; # use print_to_file to print to a file __DATA__ Teacher's Guide Level A ISBN-13: 978-1-4190-4181-5ISBN-10: 1-4190-4181-9 Teacher's Guide Level A ISBN-13: 978-1-4190-4181-5ISBN-10: 1-4190-4181-9