Help for this page

Select Code to Download


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