175 |
#$self->{level} |
#$self->{level} |
176 |
#$self->{set_nc} |
#$self->{set_nc} |
177 |
#$self->{parse_error} |
#$self->{parse_error} |
178 |
|
#$self->{is_xml} (if XML) |
179 |
|
|
180 |
$self->{state} = DATA_STATE; # MUST |
$self->{state} = DATA_STATE; # MUST |
181 |
#$self->{s_kwd}; # state keyword - initialized when used |
#$self->{s_kwd}; # state keyword - initialized when used |
1391 |
$self->{s_kwd} = chr $self->{nc}; |
$self->{s_kwd} = chr $self->{nc}; |
1392 |
!!!next-input-character; |
!!!next-input-character; |
1393 |
redo A; |
redo A; |
1394 |
} elsif ($self->{insertion_mode} & IN_FOREIGN_CONTENT_IM and |
} elsif ((($self->{insertion_mode} & IN_FOREIGN_CONTENT_IM and |
1395 |
$self->{open_elements}->[-1]->[1] & FOREIGN_EL and |
$self->{open_elements}->[-1]->[1] & FOREIGN_EL) or |
1396 |
|
$self->{is_xml}) and |
1397 |
$self->{nc} == 0x005B) { # [ |
$self->{nc} == 0x005B) { # [ |
1398 |
!!!cp (135.4); |
!!!cp (135.4); |
1399 |
$self->{state} = MD_CDATA_STATE; |
$self->{state} = MD_CDATA_STATE; |