DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22266>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22266 Keep template text together with mappedfile="true" ------- Additional Comments From [EMAIL PROTECTED] 2003-08-12 17:21 ------- I would have preferred that this optimization be done with a separate pass over the parsed nodes, which combines contiguous template text nodes into one. The look-ahead used in this patch duplicates logic used in the other part of the Parser (it also misses <jsp:text>, for instance), and may have some performance impact. I'll leave this patch in for now, but may undo it when the separate optim pass is implemented later, unless Eric beats me to it! :-) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]