Help for this page
use strict; use warnings; ... for ($xpc->findnodes('//xi:include/@href')) { say $_->getValue(); }
for ($xpc->findnodes('//xi:include')) { say $_->getAttribute('href'); }