--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > Actually, I've asked for a <propertyset> datatype before, [snip] > <propertyset id="ps1"> > <property name="p1" value="x" /> > <property name="p2" value="y" /> > </propertyset> > > <property name="p3" value="z" /> > > <!-- Can nest property sets. > Alternate way to had a property to a property set. --> > <propertyset id="ps2"> > <propertyset refid="ps1" /> > <propertyref name="p3" value="y" /> > </propertyset>
I'm not sure I understand what <propertyref> is for/doing. > <!-- This ones actually debatable... Might be better to only > be able to inject all the properties of a properties file > inside a propertyset by declaring it inside a <propertyset> > element? Or <propertyfile> be used instead??? --> > <property file="somefile.properties" > propertysetrefs="ps1, ps2" /> Ditto the plural one here. Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>