Message639

Author larsga
Recipients
Date 2002-05-03.15:22:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=39120

That is by design, actually. parse_start_tag, do_parse, 
and parse_end_tag, possibly also the method that parses 
character data all do this. There is code in do_parse to 
catch the generated exceptions and deal with it, since 
accesses outside the buffer will mean that xmlproc is done 
with its current buffer and must wait for more data.

Have you actually run into any problems because of this? 
If so, please report them with sample data that cause them 
to be triggered, but please don't modify the source unless 
you *know* there is a bug.
History
Date User Action Args
2008-02-20 17:17:05adminlinkissue533886 messages
2008-02-20 17:17:05admincreate