Subject: | DTD handling is wrong when using root_tag |
The DTD handling is wrong when the root_tag is not the original root tag.
the result is an error from line 831 that no column names are found.
If I in sub get_data set
$self->{dtd} = $twig->dtd;
to
$self->{dtd} = 0;
Then the automatic handling of col_names work.