Re: XMLout and suppressempty

2007-11-01 Thread ernond_paul
> You should also consider upgrading your XML::Simple, as modern > versions of it allow SuppressEmpty for XMLout() as well as XMLin(). ok, I've" just upgraded to 2.18, and It seems to work well now.. :-) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Re: XMLout and suppressempty

2007-11-01 Thread Rob Dixon
[EMAIL PROTECTED] wrote: Hi, I would like to suppress empty element when I output mu hash with XMLout but the option "suppressempty" only seeme to work with XMLin : "suppressempty => 1 | '' | undef (in) : This option controls what XMLin() should do [...]" So, I've tried to undef element before

Re: XMLout and suppressempty

2007-11-01 Thread Paul Lalli
On Nov 1, 10:09 am, [EMAIL PROTECTED] (Ernond Paul) wrote: > I would like to suppress empty element when I output mu hash with > XMLout > but the option "suppressempty" only seeme to work with XMLin : > "suppressempty => 1 | '' | undef (in) : This option controls what > XMLin() should do [...]" Yo

Re: XMLout and suppressempty

2007-11-01 Thread Paul Lalli
On Nov 1, 10:09 am, [EMAIL PROTECTED] (Ernond Paul) wrote: > Hi, > > I would like to suppress empty element when I output mu hash with > XMLout > but the option "suppressempty" only seeme to work with XMLin : > "suppressempty => 1 | '' | undef (in) : This option controls what > XMLin() should do [.

XMLout and suppressempty

2007-11-01 Thread ernond_paul
Hi, I would like to suppress empty element when I output mu hash with XMLout but the option "suppressempty" only seeme to work with XMLin : "suppressempty => 1 | '' | undef (in) : This option controls what XMLin() should do [...]" So, I've tried to undef element before call XMLOut : undef