> What are the difficulties for nested blocks? Maybe difficulties is the wrong word. Just a thing i have to care for. If i do the processing of FOs in endBlock, i have to suppress the processing within nested blocks. Or the nested blocks will be processed twice.
Kind regards Peter Herweg > -----Ursprungliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag > von J.Pietschmann > Gesendet: Monday, January 26, 2004 8:58 PM > An: [EMAIL PROTECTED] > Betreff: Re: RTF: white-space-treatment and linefeed-treatment > > > Peter Herweg wrote: > > (2) I defer the processing of all inline-generating, > text-containing FOs, > > and process them in RtfHandler.endBlock. > > I'd say start with this option, although I'm starting to believe we > could and should move whitespace processing to before the invocation > of the structure renderer's character event call. You still have to > delay some output because space before/after a line break must be > stripped for many settings. > > What are the difficulties for nested blocks? > > J.Pietschmann