Hi,

I believe this has already been fixed. The solution I used was:

<test>
  <array attribute="value1"/>
  <array attribute="value2"/>
  <array attribute="value3"/>
  <array attribute="value4"/>
</test>

Using one comma seperated string would mean that attributes cannot otherwise contain comma characters.

Kind regards...

--
Ricardo Gladwell

Emmanuel Bourg wrote:
Eric Pugh wrote:

Any suggestions on how to fix this?  I am somewhere deep down in private
void setXmlProperty(String name, Object value) and quite lost!


Hehe welcome to the setXmlProperty hell ;) I think we'd better use comma separated values for list properties in attributes:

<test>
    <attribute array="value1, value2, value3, value4">
</test>

Emmanuel Bourg


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



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



Reply via email to