Hi,

we are looking at extending the I18nTransformer so that it can use
multiple resource bundles at the same time. Thus, when it looks up a
key, it should check multiple different bundles for this key.

Our idea is to simply pass multiple bundle names/locations to the
I18nTransformer, and it would check them one by one until the value is
found.

A possible alternative would be that the bundle to be used is specified
explicitely when retrieving the key, e.g.
<i18n:text bundle="mybundle">key</i18n:text>
(and we'd also need a syntax for attributes)

Thoughts?

-- 
Bruno Dumon                             http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to