Alex Milowski wrote: > What I'd really like to be able to do is have one configuration with for > different > but related schemas. Why I create or open a particular schema, I'd like > the right > CSS stylesheet to be chosen. I don't see a way to do this with one > configuration > file. Is this possible?
No, there is no way to do that (well, may be with a format plug-in even if here the format is XML -- because the format plug-in can dynamically specify which style sheet to use). XXE is currently designed to allow to do this: * Create several configuration files, each configuration file just containing 3 elements: ** <include location="my_common_config_for_all_related_schemas.incl" /> ** <detect ...> ** <css ...> But this is probably not sufficient for your needs. From what I've understood you are in the process of creating hundred schemas.

