ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/ActiveDoc/ActiveDoc.pm
(Generate patch)

Comparing COMP/SCRAM/src/ActiveDoc/ActiveDoc.pm (file contents):
Revision 1.15 by williamc, Thu Jan 20 18:18:45 2000 UTC vs.
Revision 1.16 by williamc, Thu Jan 20 18:40:39 2000 UTC

# Line 264 | Line 264 | sub activatedoc {
264  
265          # now parse it for the <DocType> tag
266          my $tempdoc=ActiveDoc::ActiveDoc->new($self->config());
267 +        $tempdoc->{urlhandler}=$self->{urlhandler};
268          $tempdoc->url($url);
269          $tempdoc->{doctypefound}=0;
270          $tempdoc->newparse("doctype");
# Line 363 | Line 364 | sub Base_start {
364          # Keep track of base tags
365          push @{$self->{basestack}}, $$hashref{"type"};
366          # Set the base
366        print "BASE SET for ".$$hashref{"type"}."\n";
367          $self->{urlhandler}->setbase($$hashref{"type"},$hashref);
368        print "BASE SET for ".$$hashref{"type"}."\n";
369
368   }
369  
370   sub Base_end {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines