I've tried to use the configuration component but ran into the following
problems.
I wanted to export a configuration (stored in a .properties file) to an xml.
The problem is that i had some properties like this:
        xxx.yyy.1=zzz1
        xxx.yyy.2=zzz2
        ...

Two problems arose:
 * the xml syntax does not support tag beginning by a numeric character,
   so the <1>, <2> tags are not valid
 * my list of properties contained more than 10 items and the subset method
   returned bad things. The subset method does not check for a '.' at the
   end of the prefix, so that xxx.yyy.10.zzz was returned when asking for a
subset
   beginning with 'xxx.yyy.1'.

Regards,

Guillaume Nodet



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

Reply via email to