Are some tags missing ?. If so you will need to decide how to deal with them.
pojfor my $record ($root->children) { my @tmp=(); for my $col (@cols){ if (defined $record->first_child($col)){ push @tmp,$record->first_child($col)->text; } else { push @tmp,'';; } } push @data,[ @tmp ]; }
In reply to Re^4: Need help with node names for creating header line
by poj
in thread Need help with node names for creating header line
by vlturner
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |