38 if ($dh = opendir(
$dir)) {
39 while (($file = readdir($dh)) !==
false) {
40 if (!preg_match(
"~^[\.]{1,2}~i", $file)) {
42 if (is_dir(
$dir . $file)) {
46 if (preg_match(
"~(\.xml)$~i", $file)) {
50 if ($file !=
"index.xml" && $file !=
"indexMD.xml") {
63 $this->dir = $directory .
'/';
68 $this->summary = array();
70 if (count($this->summary) == 0) {
81 foreach ($this->summary as $line) {
Validation of SCORM-XML Files.