Generator
delegating actual SAX event generation. It has a single configuration item : <autocomplete-documents>true|false<autocomplete-documents>
(default is false
).
This tells the generator to automatically close all elements that weren't properly closed by the XSP, such as when a return
statement is used to prematurely end processing. Activating this feature sensibly increases CPU-usage and should therefore be used only if really needed (it's better to have clean XSP pages that don't break abruptly generation flow).
@author Ricardo Rocha
@author Sylvain Wallez
@version CVS $Id: ServerPagesGenerator.java,v 1.2 2003/03/19 15:42:13 cziegeler Exp $
|
|