On 7/14/06, luis medrano <lmzaldivar at gmail.com> wrote:
> My question is how "explicitly provide undef as the value.", how can I
> do that for standalone attribute?
>
i assume it's
my $map = XML::Generator->new(':pretty', escape=>1, standalone => undef);
~jerry