Title of the post Content of the post ... #### foreach my $entry (reverse($xc->findnodes('//post:entry'))) { my $type = $xc->findvalue('./post:category[1]/@term', $entry); ... }