Help for this page
<!ENTITY e SYSTEM “e.xml”> For example, &e; should not be replaced with corresponding entity.
use XML::Parser; my $xmlfile = do {local $/, <DATA>}; my $parser = XML::Parser->new( ErrorContext => 2, NoExpand => 1 ); ... <age>37</age> </customer> </test>