8. Automatic detection of new extensions for XslConverter
Now new extensions can be easily added into XslConverter by providing a plugin.xml file together with style-sheets. To implement this I needed to change some bits in EGEConfigurationManager class. To be more precise, I needed to add a code, which looks through the style-sheets directories to find all plugin.xml file and then adds the conversions described by these files as extensions to XslConverter plugin using the Java Plugin Framework, which was already being used in EGE.
Up: Contents Previous: 7. Implemented weights (aka costs) Next: 9. CSV conversion

