119 |
} |
} |
120 |
sub expanded_uri ($$$) { |
sub expanded_uri ($$$) { |
121 |
my ($Info, $prefix, $lname) = @_; |
my ($Info, $prefix, $lname) = @_; |
122 |
warn "$0: $prefix: Namespace prefix not declared"; |
warn "$0: $prefix: Namespace prefix not declared" |
123 |
|
unless $Info->{Namespace}->{$prefix}; |
124 |
$Info->{Namespace}->{$prefix} . $lname; |
$Info->{Namespace}->{$prefix} . $lname; |
125 |
} |
} |
126 |
|
|
257 |
CORE::die "Buggy implementation: $t->{_}/@{[$opt{return_type} or 'Main']} not defined") |
CORE::die "Buggy implementation: $t->{_}/@{[$opt{return_type} or 'Main']} not defined") |
258 |
->($self, $source, \%opt) |
->($self, $source, \%opt) |
259 |
if $converter; |
if $converter; |
260 |
|
local $Error::Depth = $Error::Depth + 1; |
261 |
$self->SUPER::convert ($source, %opt); |
$self->SUPER::convert ($source, %opt); |
262 |
} |
} |
263 |
EOH |
EOH |