in reply to Re: Does XML::Smart::DTD not understand ENTITIES?
in thread Does XML::Smart::DTD not understand ENTITIES?

Thanks for bringing the documentation to my attention.

I do have XML::Parser installed, although I am actually using XML::LibXML to do my parsing. However, even if I do

my $dtd = XML::Smart::DTD->new($dtdName,'XML::Parser');

I still have the same problem. Any ideas what could be causing this?

loris