{ for $a in doc("Parts.xml")/Parts/Part[1] for $b in doc("Parts.xml")/Parts/Part[2] return concat($a, $b) }