My preference is similar to Jeremias' preference. I prefer we move to a
higher requirement(s) when there are clear and expressed needs for such
moves. In fact, I would prefer we support 1.3 by default, and only
require 1.4 or 1.5 for those items and features which require it. I
admit, my knowle
Jeremias,
The reason for getFOEventHandlerOverride()/getRendererOverride() in
FOUserAgent is to better black box the FOP system. This gives us a ton
of freedom internally of where we implement FOEventHandlers and
Renderers inside FOP. This has been a perfect example: So far over the
past few
Jeremias: Why does the FOEventHandler need to know the MIME type
supported by a Renderer? It hasn't been requesting it. The "primary
key" of the Renderer is its constants value in fo.Constants, and the
FOEventHandler has already chosen the renderer based on this value by
this time.
What add