"Bo Peng" <[EMAIL PROTECTED]> writes: > I never though of that because OutputParams (such as nice, linelen) is > used to control how output is generated, not to collect errors. Of > course, because OutputParams is passed along the export process, it > can be used for such purposes, but I would not recommend it.
OutputParams is used to give some context to the called methods (e.g. local_font, document_language...). Adding par_id ad pos would certainly not be a problem. I still think it is better than to generate an exception in two steps, but it does not ,qke q big difference in the end. JMarc
