: But I would like those two Searchhandlers to share the rest of their : configuration. Because if anything needs to be changed, it need to be : done for both Searchhandlers. I think that's kind of ugly.
take a look at using XML includes (aka "xinclude") ... that would let you keep the common child elements in a disintct file that would be included. -Hoss