- or download this
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE POWERMART SYSTEM "powrmart.dtd">
...
</FOLDER>
</REPOSITORY>
</POWERMART>
- or download this
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE POWERMART SYSTEM "powrmart.dtd">
...
</FOLDER>
</REPOSITORY>
</POWERMART>
- or download this
my $parser = XML::LibXML->new();
my $tree = $parser->parse_file($inputfile);
...
}
}
}