Community
Participate
Working Groups
If there is a tag converter factory currently installed for say, the html tag libraries, there is currently no way to add a new one to override it. The problem is that that extensions are loaded in order and the first one that declares support of a uri wins. We need to modify the extension mechanism to provide a way to override bundled factories.
I have checked in a fix for the ElementEditFactory's to HEAD (3.1). There is still an issue with the TagConverterFactory's because DTManager currently sets it's own priority order for tag converter factories.
Backported fix from 3.1 to 3.0.4.
This change does not require an API change.
Fixed. To be verified.