Help for this page

Select Code to Download


  1. or download this
    use ExtUtils::MakeMaker;
    
    ...
        'ABSTRACT'      => 'Routines and Constants common for XML::LibXML 
    +and XML::GDOME',
        'LIBS'        => '-lxml2',
    );
    
  2. or download this
    perl Makefile.PL INC="-I/path/to/xml_headers" LIBS="-L/path/to/xml_lib
    + -lxml2"