| 1248 |
if ({ |
if ({ |
| 1249 |
0x0022 => 1, # " |
0x0022 => 1, # " |
| 1250 |
0x0027 => 1, # ' |
0x0027 => 1, # ' |
| 1251 |
|
0x003C => 1, # < |
| 1252 |
0x003D => 1, # = |
0x003D => 1, # = |
| 1253 |
}->{$self->{nc}}) { |
}->{$self->{nc}}) { |
| 1254 |
|
|
| 1431 |
|
|
| 1432 |
redo A; |
redo A; |
| 1433 |
} else { |
} else { |
| 1434 |
if ($self->{nc} == 0x0022 or # " |
if ({ |
| 1435 |
$self->{nc} == 0x0027) { # ' |
0x0022 => 1, # " |
| 1436 |
|
0x0027 => 1, # ' |
| 1437 |
|
0x003C => 1, # < |
| 1438 |
|
}->{$self->{nc}}) { |
| 1439 |
|
|
| 1440 |
## XML5: Not a parse error. |
## XML5: Not a parse error. |
| 1441 |
$self->{parse_error}->(level => $self->{level}->{must}, type => 'bad attribute name'); |
$self->{parse_error}->(level => $self->{level}->{must}, type => 'bad attribute name'); |
| 1606 |
|
|
| 1607 |
} |
} |
| 1608 |
|
|
| 1609 |
if ($self->{nc} == 0x0022 or # " |
if ({ |
| 1610 |
$self->{nc} == 0x0027) { # ' |
0x0022 => 1, # " |
| 1611 |
|
0x0027 => 1, # ' |
| 1612 |
|
0x003C => 1, # < |
| 1613 |
|
}->{$self->{nc}}) { |
| 1614 |
|
|
| 1615 |
## XML5: Not a parse error. |
## XML5: Not a parse error. |
| 1616 |
$self->{parse_error}->(level => $self->{level}->{must}, type => 'bad attribute name'); |
$self->{parse_error}->(level => $self->{level}->{must}, type => 'bad attribute name'); |