Ignore:
Timestamp:
Jan 12, 2013, 1:43:31 PM (11 years ago)
Author:
Jason Gross <jasongross9@gmail.com>
Parents:
4626016 (diff), 7869e48 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge 7869e4801e577613b7db987d11bddb0a31fe755c into 46260161946c87dfed4fef9e3223b2327895f139
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/modules/Jabber/lib/XML/Stream/Parser.pm

    rc2bed55 r7869e48  
    324324                $self->{CNAME}->[$self->{CURR}] = $name;
    325325            }
    326    
     326
    327327            $self->{XML} = substr($self->{XML},$close+1,length($self->{XML})-$close-1);
    328328            next;
     
    337337                return $self->returnData(0);
    338338            }
    339            
     339
    340340            &{$self->{HANDLER}->{characters}}($self,substr($self->{XML},9,$cdataclose-9));
    341            
     341
    342342            $self->{XML} = substr($self->{XML},$cdataclose+3,length($self->{XML})-$cdataclose-3);
    343343            next;
     
    510510    return unless ($self->{DOC} == 1);
    511511
    512     if ($self->{STYLE} eq "debug") 
     512    if ($self->{STYLE} eq "debug")
    513513    {
    514514        my $str = $cdata;
     
    530530            push @{$self->{TREE}[$#{$self->{TREE}}]}, 0;
    531531            push @{$self->{TREE}[$#{$self->{TREE}}]}, $cdata;
    532         } 
     532        }
    533533    }
    534534}
Note: See TracChangeset for help on using the changeset viewer.