Hi Oliver and Jörg, I have attached a patch to bugzilla with my implementation of list delimiter per configuration and list delimiter disabling. You can find it here:
http://issues.apache.org/bugzilla/show_bug.cgi?id=35828 I've added some new tests. I would like to ask you to help me test this implementation. If you find any bug, please send me a test case that shows it and I'll fix it. BTW, I've had an issue which I'm not sure how to solve: class XMLConfiguration contains an static inner class called XMLBuilderVisitor which needs to access the delimiter. Unfortunately as it is static it cannot access the delimiter of the current configuration. Do you think it should be changed to a non-static inner class? -- Cheers, Jorge --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
