in reply to Re: Re: Re: Re: Using XML::Writer to create NITF files, but some tags exist in my data.
in thread Using XML::Writer to create NITF files, but some tags exist in my data.
A second approach (which I am hesitant to suggest, but you are an adult, even if an adult votebot :-) would be to use IO::Scalar as the type of OUTPUT parameter. That way you can do whatever you want to the string involved with little/no worry about what XML::Writer does behind doors.
Still, I think I would go with the callback if only out of sheer paranoia and future flexibility.
Yves / DeMerphq
--
Have you registered your Name Space?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Callbacks with XML::Treebuilder / XML::Writer -- mini scratchpad...
by joealba (Hermit) on Dec 03, 2001 at 23:03 UTC |