Diff for /loncom/xml/LCParser.pm between versions 1.1 and 1.2

version 1.1, 2002/03/27 18:37:08 version 1.2, 2002/04/01 21:47:13
Line 38  sub new Line 38  sub new
     my $self = $class->SUPER::new(%cnf, %ARGS) || return undef;      my $self = $class->SUPER::new(%cnf, %ARGS) || return undef;
   
     $self->{textify} = $textify;      $self->{textify} = $textify;
     $self->encoded_entities(1);      $self->attr_encoded(1);
     $self;      $self;
 }  }
   
Line 151  C<HTML::LCParser> can read() from when i Line 151  C<HTML::LCParser> can read() from when i
 it will be a filehandle of some kind.  The stream will be read() until  it will be a filehandle of some kind.  The stream will be read() until
 EOF, but not closed.  EOF, but not closed.
   
 It also will turn encoded_entities on by default.  It also will turn attr_encoded on by default.
   
 =item $p->get_token  =item $p->get_token
   

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>
500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.