Oscar, You don't have to do anything special at all. You just don't specify a translator for the attribute or element content you'd like to have in your List / Map. Then instead of a <conversion> element you use the <rules> element in conjunction with a <push-attribute> or <push-content> rule.
So something like: <schema> <element name="foo"> <attribute name="bar"/> <rules> <push-attribute attribute="bar"/> </rules> </element> </schema> HTH, --knut On 11/22/05, Oscar Picasso <[EMAIL PROTECTED]> wrote: > Hi, > > The examples that I have read show how to contribute to a configuration > with objects (like Datum) that can be retrieved from a List<Datum> or a > Map<WhateverKeyClass, Datum>. > > But what if I want to contribute something like List<String> or > Map<String,String>? That is, I don't want to use a special object to hold > the configuration values. > > Thanks. > > Oscar. > > ________________________________ > Yahoo! FareChase - Search multiple travel sites in one click. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
