comparison Lib/IMPL/DOM/Transform/PostToDOM.pm @ 130:06a34c197b05

Added support for utf-8 and old versions of CGI module
author wizard
date Wed, 16 Jun 2010 01:50:56 +0400
parents c8dfbbdd8005
children b56ebc31bf18
comparison
equal deleted inserted replaced
129:e4f15cbc3f1a 130:06a34c197b05
18 18
19 our %CTOR = ( 19 our %CTOR = (
20 'IMPL::Transform' => sub { 20 'IMPL::Transform' => sub {
21 -plain => \&TransformPlain, 21 -plain => \&TransformPlain,
22 HASH => \&TransformContainer, 22 HASH => \&TransformContainer,
23 CGI => \&TransformCGI 23 CGI => \&TransformCGI,
24 CGIWrapper => \&TransformCGI
24 } 25 }
25 ); 26 );
26 27
27 sub CTOR { 28 sub CTOR {
28 my ($this,$docClass,$docSchema,$prefix) = @_; 29 my ($this,$docClass,$docSchema,$prefix) = @_;