Jose Alberto Fernandez <[EMAIL PROTECTED]> wrote:

> Do we manage this correctly today? If the parser sends two
> consecutive chunks because of buffering, how many call to addText()
> do we do?

Two calls - but only one call for the task if it lives inside a
target.

> So what happens if I write a very long <script> or <echo> who is in
> charge of putting all the chunks together?

Currently this will be handeled in RuntimeConfigurable which
concatenates all character data and invokes the addText exactly once
with all #PCDATA stuff.

Stefan

Reply via email to