Parent Directory | Revision Log | Patch
revision 1.23 by wakaba, Sun Oct 19 13:43:55 2008 UTC | revision 1.24 by wakaba, Sun Oct 19 14:05:20 2008 UTC | |
---|---|---|
# | Line 3659 sub _get_next_token ($) { | Line 3659 sub _get_next_token ($) { |
3659 | ## XML5: Not defined yet. | ## XML5: Not defined yet. |
3660 | ||
3661 | ## TODO: | ## TODO: |
3662 | ||
3663 | if (not $self->{stop_processing} and | |
3664 | not $self->{document}->xml_standalone) { | |
3665 | !!!parse-error (type => 'stop processing', ## TODO: type | |
3666 | level => $self->{level}->{info}); | |
3667 | $self->{stop_processing} = 1; | |
3668 | } | |
3669 | ||
3670 | !!!next-input-character; | !!!next-input-character; |
3671 | redo A; | redo A; |
3672 | } elsif ($self->{nc} == 0x005D) { # ] | } elsif ($self->{nc} == 0x005D) { # ] |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |