Index: openacs-4/packages/lorsm/tcl/lorsm-import-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/tcl/lorsm-import-procs.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/lorsm/tcl/lorsm-import-procs.tcl 15 Nov 2019 08:39:00 -0000 1.11 +++ openacs-4/packages/lorsm/tcl/lorsm-import-procs.tcl 15 Nov 2019 08:39:39 -0000 1.12 @@ -133,7 +133,7 @@ ## Opens imsmanifest.xml # open manifest file with tDOM - dom parse [::tDOM::xmlReadFile $manifest] doc + dom parse [::tdom::xmlReadFile $manifest] doc # gets the manifest tree set manifest [$doc documentElement] @@ -418,7 +418,7 @@ ## Opens imsmanifest.xml # open manifest file with tDOM - dom parse [::tDOM::xmlReadFile $tmp_dir/imsmanifest.xml] doc + dom parse [::tdom::xmlReadFile $tmp_dir/imsmanifest.xml] doc # gets the manifest tree set manifest [$doc documentElement]