On Monday 29 July 2002 04:58 pm, Noel J. Bergman wrote: > In MailetConfigImpl.getInitParameter(String name) we have: > > final Configuration[] values = configuration.getChildren( name ); > > as best I can see, there is no call within James to trim whitespace from > around parameters, so that must be happening in Avalon Frameworks, right? > > How can we stripping whitespace in the case where it would be desirable for > the admin to be able to place whitespace, e.g., in a prefix string? Is > there some attribute we could put on the tag so that Avalon Frameworks > didn't trim the whitespace, e.g.,
xml:space="preserve" should do the trick. -pete -- peter royal -> [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
