E
etwas77
hello,
i am using perl to parse xml documents, for that i have choosen to
follow the article:
http://www.perl.com/pub/a/2001/04/17/msxml.html.
my $dom= Win32::OLE->new('MSXML2.DOMDocument.4.0') or die "couldn't
create dom $!";
$dom->{async} = 'False'; # disable asynchrous
$dom->{validateOnParse} = 'False'; # no validate
although i have set validateOnParse to "false", it still tries to load
DTD. how come?
greetings,
e.
i am using perl to parse xml documents, for that i have choosen to
follow the article:
http://www.perl.com/pub/a/2001/04/17/msxml.html.
my $dom= Win32::OLE->new('MSXML2.DOMDocument.4.0') or die "couldn't
create dom $!";
$dom->{async} = 'False'; # disable asynchrous
$dom->{validateOnParse} = 'False'; # no validate
although i have set validateOnParse to "false", it still tries to load
DTD. how come?
greetings,
e.